HomeSort by relevance Sort by last modified time
    Searched refs:msgwrite (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r11/sources/android/native_app_glue/
android_native_app_glue.h 171 int msgwrite; member in struct:android_app
android_native_app_glue.c 264 android_app->msgwrite = msgpipe[1];
282 if (write(android_app->msgwrite, &cmd, sizeof(cmd)) != sizeof(cmd)) {
330 close(android_app->msgwrite);
  /prebuilts/ndk/r13/sources/android/native_app_glue/
android_native_app_glue.h 171 int msgwrite; member in struct:android_app
android_native_app_glue.c 264 android_app->msgwrite = msgpipe[1];
282 if (write(android_app->msgwrite, &cmd, sizeof(cmd)) != sizeof(cmd)) {
330 close(android_app->msgwrite);

Completed in 264 milliseconds