Lines Matching refs:events
42 * and waiting for "events" means (internally) polling on all of these file
116 * Flags for file descriptor events that a looper can monitor.
118 * These flag bits can be combined to monitor multiple events at once.
162 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
168 typedef int (*ALooper_callbackFunc)(int fd, int events, void* data);
171 * Waits for events to be available, with optional timeout in milliseconds.
192 * outData will contain the poll events and data associated with the
222 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
229 * data on the file descriptor. It should execute any events it has pending,
241 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,