Home | History | Annotate | Download | only in android

Lines Matching refs:ALooper

33 struct ALooper;
35 * ALooper
45 * A thread can have only one ALooper associated with it.
47 typedef struct ALooper ALooper;
53 ALooper* ALooper_forThread();
74 ALooper* ALooper_prepare(int opts);
104 * Acquire a reference on the given ALooper object. This prevents the object
106 * to safely hand an ALooper from one thread to another.
108 void ALooper_acquire(ALooper* looper);
113 void ALooper_release(ALooper* looper);
213 void ALooper_wake(ALooper* looper);
241 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,
261 int ALooper_removeFd(ALooper* looper, int fd);