Searched defs:ALOOPER_EVENT_INPUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/android/
H A Dlooper.h124 ALOOPER_EVENT_INPUT = 1 << 0, enumerator in enum:__anon1513
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/
H A DSensorEventQueue.cpp87 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL); local

Completed in 3880 milliseconds