Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DALooper.h35 struct ALooper : public RefBase { struct
39 ALooper(); argument
65 virtual ~ALooper(); argument
70 struct Event {
76 Mutex mLock;
77 Condition mQueueChangedCondition;
79 AString mName;
81 List<Event> mEventQueue;
84 sp<LooperThread> mThread;
85 bool mRunningLocally;
[all …]
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h30 struct ALooper { struct
47 DISALLOW_COPY_AND_ASSIGN(ALooper); argument
DALooper.cpp27 ALooper::ALooper() in ALooper() function in ALooper
/frameworks/native/include/android/
Dlooper.h55 typedef struct ALooper ALooper; typedef
/frameworks/native/include_sensor/android/
Dlooper.h55 typedef struct ALooper ALooper; typedef
/frameworks/av/media/module/foundation/
DALooper.cpp76 ALooper::ALooper() in ALooper() function in android::ALooper