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

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

Completed in 496 milliseconds