Searched defs:ALooper (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/include/android/
H A Dlooper.h33 struct ALooper;
35 * ALooper
45 * A thread can have only one ALooper associated with it.
47 typedef struct ALooper ALooper; typedef in typeref:struct: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* 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 99 milliseconds