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

/system/core/include/utils/
H A DLooper.h98 class LooperCallback : public virtual RefBase { class in namespace:android
100 virtual ~LooperCallback();
118 class SimpleLooperCallback : public LooperCallback {
318 int addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data);
332 * a sp<LooperCallback> instead of a bare function pointer. The LooperCallback will
425 sp<LooperCallback> callback;
/system/core/libutils/include/utils/
H A DLooper.h98 class LooperCallback : public virtual RefBase { class in namespace:android
100 virtual ~LooperCallback();
118 class SimpleLooperCallback : public LooperCallback {
318 int addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data);
332 * a sp<LooperCallback> instead of a bare function pointer. The LooperCallback will
425 sp<LooperCallback> callback;

Completed in 64 milliseconds