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

/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h34 struct ALooper : public RefBase { struct in namespace:android
38 ALooper();
57 virtual ~ALooper();
81 DISALLOW_EVIL_CONSTRUCTORS(ALooper);
/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/media/libstagefright/foundation/
H A DALooper.cpp18 #define LOG_TAG "ALooper"
23 #include "ALooper.h"
33 struct ALooper::LooperThread : public Thread {
34 LooperThread(ALooper *looper, bool canCallJava)
58 ALooper *mLooper;
65 int64_t ALooper::GetNowUs() {
69 ALooper::ALooper() function in class:android::ALooper
76 ALooper::~ALooper() {
[all...]

Completed in 162 milliseconds