HomeSort by relevance Sort by last modified time
    Searched defs:ALOOPER_EVENT_INPUT (Results 1 - 16 of 16) sorted by null

  /development/ndk/platforms/android-9/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /frameworks/native/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
153 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
211 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
looper.h 115 ALOOPER_EVENT_INPUT = 1 << 0,
152 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
210 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /frameworks/native/libs/gui/
SensorEventQueue.cpp 72 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL);

Completed in 329 milliseconds