OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputPollSource
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
176
struct android_poll_source
inputPollSource
;
android_native_app_glue.c
102
&android_app->
inputPollSource
);
219
android_app->
inputPollSource
.id = LOOPER_ID_INPUT;
220
android_app->
inputPollSource
.app = android_app;
221
android_app->
inputPollSource
.process = process_input;
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
176
struct android_poll_source
inputPollSource
;
android_native_app_glue.c
101
&android_app->
inputPollSource
);
218
android_app->
inputPollSource
.id = LOOPER_ID_INPUT;
219
android_app->
inputPollSource
.app = android_app;
220
android_app->
inputPollSource
.process = process_input;
Completed in 773 milliseconds