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

/development/ndk/platforms/android-9/include/android/
H A Dlooper.h26 * ALooper
36 * A thread can have only one ALooper associated with it.
38 struct ALooper;
39 typedef struct ALooper ALooper; typedef in typeref:struct: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* loope
[all...]

Completed in 1027 milliseconds