zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
android_poll_source Struct Reference

#include <android_native_app_glue.h>

Public Attributes

struct android_appapp
 
int32_t id
 
void(* process )(struct android_app *app, struct android_poll_source *source)
 

Detailed Description

Data associated with an ALooper fd that will be returned as the "outData" when that source has data ready.

Definition at line 90 of file android_native_app_glue.h.

Member Data Documentation

struct android_app* android_poll_source::app

Definition at line 96 of file android_native_app_glue.h.

int32_t android_poll_source::id

Definition at line 93 of file android_native_app_glue.h.

void(* android_poll_source::process)(struct android_app *app, struct android_poll_source *source)

Definition at line 100 of file android_native_app_glue.h.

Referenced by android_main().


The documentation for this struct was generated from the following file: