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