Searched defs:ALooper (Results 1 – 3 of 3) sorted by relevance
35 struct ALooper : public RefBase { struct39 ALooper(); argument62 virtual ~ALooper(); argument67 struct Event {72 Mutex mLock;73 Condition mQueueChangedCondition;75 AString mName;77 List<Event> mEventQueue;80 sp<LooperThread> mThread;81 bool mRunningLocally;[all …]
47 typedef struct ALooper ALooper; typedef
72 ALooper::ALooper() in ALooper() function in android::ALooper