Searched refs:LooperThread (Results 1 – 6 of 6) sorted by relevance
36 struct ALooper::LooperThread : public Thread { struct in android::ALooper37 LooperThread(ALooper *looper, bool canCallJava) in LooperThread() function58 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()
31 (new LooperThread()).start(); in doTest()75 class LooperThread extends Thread { class in TestHandlerThread
79 struct LooperThread;80 sp<LooperThread> mThread;
61 private LooperThread mLT;70 mLT = new LooperThread(this, callback); in TestInterface()74 static class LooperThread extends Thread { class in TestInterface88 LooperThread(TestInterface ti, TestResultCallback callback) { in LooperThread() method in TestInterface.LooperThread
1148 final LooperThread mThread = new LooperThread();1187 class LooperThread extends Thread {