Searched defs:ALooper (Results 1 - 7 of 7) 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/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp17 #include "ALooper.h"
27 ALooper::ALooper() function in class:ALooper
31 void ALooper::signalSensorEvents(ASensorEventQueue *queue) {
37 void ALooper::wake() {
43 int ALooper::pollOnce(
90 void ALooper::invalidateSensorQueue(ASensorEventQueue *queue) {
H A DALooper.h29 struct ALooper { struct
30 ALooper();
46 DISALLOW_COPY_AND_ASSIGN(ALooper);
/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...]
/frameworks/av/media/libstagefright/foundation/include/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/include/foundation/
H A DALooper.h35 struct ALooper : public RefBase { struct in namespace:android
39 ALooper();
62 virtual ~ALooper();
106 DISALLOW_EVIL_CONSTRUCTORS(ALooper);

Completed in 107 milliseconds