OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgread
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
170
int
msgread
;
member in struct:android_app
android_native_app_glue.c
51
if (read(android_app->
msgread
, &cmd, sizeof(cmd)) == sizeof(cmd)) {
224
ALooper_addFd(looper, android_app->
msgread
, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL,
263
android_app->
msgread
= msgpipe[0];
329
close(android_app->
msgread
);
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
170
int
msgread
;
member in struct:android_app
android_native_app_glue.c
50
if (read(android_app->
msgread
, &cmd, sizeof(cmd)) == sizeof(cmd)) {
223
ALooper_addFd(looper, android_app->
msgread
, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL,
262
android_app->
msgread
= msgpipe[0];
328
close(android_app->
msgread
);
Completed in 133 milliseconds