OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgread
(Results
1 - 2
of
2
) 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
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 43 milliseconds