OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgwrite
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
171
int
msgwrite
;
member in struct:android_app
android_native_app_glue.c
263
android_app->
msgwrite
= msgpipe[1];
281
if (write(android_app->
msgwrite
, &cmd, sizeof(cmd)) != sizeof(cmd)) {
329
close(android_app->
msgwrite
);
Completed in 2893 milliseconds