Searched refs:LooperThread (Results 1 – 4 of 4) sorted by relevance
36 struct ALooper::LooperThread : public Thread { struct in android::ALooper37 LooperThread(ALooper *looper, bool canCallJava) in LooperThread() argument58 virtual ~LooperThread() {} in ~LooperThread() argument64 DISALLOW_EVIL_CONSTRUCTORS(LooperThread);121 mThread = new LooperThread(this, canCallJava); in start()133 sp<LooperThread> thread; in stop()
35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest54 LooperThread thread = new LooperThread() { in testContentQueryMap()
36 (new LooperThread()).start(); in doTest()80 class LooperThread extends Thread { class in TestHandlerThread
79 struct LooperThread;80 sp<LooperThread> mThread;