OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msgread
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.c
50
if (read(android_app->
msgread
, &cmd, sizeof(cmd)) == sizeof(cmd)) {
225
ALooper_addFd(looper, android_app->
msgread
, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL,
264
android_app->
msgread
= msgpipe[0];
330
close(android_app->
msgread
);
android_native_app_glue.h
170
int
msgread
;
member in struct:android_app
Completed in 32 milliseconds