HomeSort by relevance Sort by last modified time
    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 1614 milliseconds