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

  /development/ndk/platforms/android-9/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
input.h 666 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
  /frameworks/base/native/android/
input.cpp 290 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent) {
  /frameworks/native/include/android/
input.h     [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 189 while (AInputQueue_getEvent(app->inputQueue, &event) >= 0) {

Completed in 307 milliseconds