Home | History | Annotate | Download | only in android

Lines Matching defs:ALooper

26  * ALooper
36 * A thread can have only one ALooper associated with it.
38 struct ALooper;
39 typedef struct ALooper ALooper;
45 ALooper* ALooper_forThread();
65 ALooper* ALooper_prepare(int opts);
95 * Acquire a reference on the given ALooper object. This prevents the object
97 * to safely hand an ALooper from one thread to another.
99 void ALooper_acquire(ALooper* looper);
104 void ALooper_release(ALooper* looper);
201 void ALooper_wake(ALooper* looper);
229 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,
249 int ALooper_removeFd(ALooper* looper, int fd);