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

  /frameworks/native/include/android/
looper.h 124 ALOOPER_EVENT_INPUT = 1 << 0,
162 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
222 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
  /frameworks/native/libs/sensor/
SensorEventQueue.cpp 87 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL);

Completed in 119 milliseconds