YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
android_poll_source结构体 参考

#include <android_native_app_glue.h>

android_poll_source 的协作图:

Public 属性

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

详细描述

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

在文件 android_native_app_glue.h90 行定义.

类成员变量说明

struct android_app* android_poll_source::app

在文件 android_native_app_glue.h96 行定义.

int32_t android_poll_source::id

在文件 android_native_app_glue.h93 行定义.

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

在文件 android_native_app_glue.h100 行定义.


该结构体的文档由以下文件生成: