Home | History | Annotate | Download | only in utils

Lines Matching defs:events

96      * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT),
102 virtual int handleEvent(int fd, int events, void* data) = 0;
115 virtual int handleEvent(int fd, int events, void* data);
123 * A polling loop that supports monitoring file descriptor events, optionally
138 * pollOnce() is prepared to handle callback-less events itself.
149 * Waits for events to be available, with optional timeout in milliseconds.
169 * events and data associated with the fd, otherwise they will be set to NULL.
204 * "events" are the poll events to wake up on. Typically this is ALOOPER_EVENT_INPUT.
211 * data on the file descriptor. It should execute any events it has pending,
228 int addFd(int fd, int ident, int events, ALooper_callbackFunc callback, void* data);
229 int addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data);
331 int events;
369 void pushResponse(int events, const Request& request);