My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
android_poll_source Struct Reference

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

#include <android_native_app_glue.h>

Public Attributes

int32_t id
struct android_appapp
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.

Member Data Documentation

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

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