Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h35 struct ALooper : public RefBase { struct
39 ALooper(); argument
62 virtual ~ALooper(); argument
67 struct Event {
72 Mutex mLock;
73 Condition mQueueChangedCondition;
75 AString mName;
77 List<Event> mEventQueue;
80 sp<LooperThread> mThread;
81 bool mRunningLocally;
[all …]
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h29 struct ALooper { struct
46 DISALLOW_COPY_AND_ASSIGN(ALooper); argument
DALooper.cpp27 ALooper::ALooper() in ALooper() function in ALooper
/frameworks/native/include/android/
Dlooper.h47 typedef struct ALooper ALooper; typedef
/frameworks/native/include_sensor/android/
Dlooper.h47 typedef struct ALooper ALooper; typedef
/frameworks/av/media/libstagefright/foundation/
DALooper.cpp72 ALooper::ALooper() in ALooper() function in android::ALooper