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

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 71 * the returned data will point to an android_poll_source structure. You
90 struct android_poll_source { struct
100 void (*process)(struct android_app* app, struct android_poll_source* source);
175 struct android_poll_source cmdPollSource;
176 struct android_poll_source inputPollSource;
191 * identifier is a pointer to an android_poll_source structure.
201 * android_poll_source structure. These can be read via the inputQueue
android_native_app_glue.c 179 static void process_input(struct android_app* app, struct android_poll_source* source) {
194 static void process_cmd(struct android_app* app, struct android_poll_source* source) {
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 261 struct android_poll_source* source;
  /external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
main.c 261 struct android_poll_source* source;
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 474 struct android_poll_source* source;

Completed in 1044 milliseconds