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

/system/core/include/utils/
H A DLooper.h39 * a bitmask of the poll events that were triggered (typically EVENT_INPUT),
106 * a bitmask of the poll events that were triggered (typically EVENT_INPUT),
177 EVENT_INPUT = 1 << 0, enumerator in enum:android::Looper::__anon1505
293 * "events" are the poll events to wake up on. Typically this is EVENT_INPUT.
/system/core/libutils/include/utils/
H A DLooper.h39 * a bitmask of the poll events that were triggered (typically EVENT_INPUT),
106 * a bitmask of the poll events that were triggered (typically EVENT_INPUT),
177 EVENT_INPUT = 1 << 0, enumerator in enum:android::Looper::__anon1674
293 * "events" are the poll events to wake up on. Typically this is EVENT_INPUT.

Completed in 62 milliseconds