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

/frameworks/native/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...]
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h35 struct ALooper : public RefBase { struct in namespace:android
39 ALooper();
62 virtual ~ALooper();
106 DISALLOW_EVIL_CONSTRUCTORS(ALooper);
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp18 #define LOG_TAG "ALooper"
26 #include "ALooper.h"
36 struct ALooper::LooperThread : public Thread {
37 LooperThread(ALooper *looper, bool canCallJava)
61 ALooper *mLooper;
68 int64_t ALooper::GetNowUs() {
72 ALooper::ALooper() function in class:android::ALooper
79 ALooper::~ALooper() {
[all...]

Completed in 1024 milliseconds