Home | History | Annotate | Download | only in android

Lines Matching refs:events

33  * and waiting for "events" means (internally) polling on all of these file
107 * Flags for file descriptor events that a looper can monitor.
109 * These flag bits can be combined to monitor multiple events at once.
153 * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
159 typedef int (*ALooper_callbackFunc)(int fd, int events, void* data);
162 * Waits for events to be available, with optional timeout in milliseconds.
182 * events and data associated with the fd, otherwise they will be set to NULL.
211 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
218 * data on the file descriptor. It should execute any events it has pending,
230 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,