Searched refs:ALooper_addFd (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/android/
H A Dlooper.h58 * This looper will accept calls to ALooper_addFd() that do not
189 * `ident` passed to ALooper_addFd()) if its file descriptor has data
241 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,
/frameworks/base/native/android/
H A Dlooper.cpp78 int ALooper_addFd(ALooper* looper, int fd, int ident, int events, function
H A Dsensor.cpp116 ALooper_addFd(looper, queue->getFd(), ident, ALOOPER_EVENT_INPUT, callback, data);

Completed in 700 milliseconds