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

/system/core/include/utils/
H A DLooper.h31 * enums and the signature of Looper_callbackFunc need to align with
45 typedef int (*Looper_callbackFunc)(int fd, int events, void* data); typedef in namespace:android
116 * Wraps a Looper_callbackFunc function pointer.
123 SimpleLooperCallback(Looper_callbackFunc callback);
127 Looper_callbackFunc mCallback;
317 int addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data);
/system/core/libutils/include/utils/
H A DLooper.h31 * enums and the signature of Looper_callbackFunc need to align with
45 typedef int (*Looper_callbackFunc)(int fd, int events, void* data); typedef in namespace:android
116 * Wraps a Looper_callbackFunc function pointer.
123 SimpleLooperCallback(Looper_callbackFunc callback);
127 Looper_callbackFunc mCallback;
317 int addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data);

Completed in 23 milliseconds