Searched defs:LooperThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java35 private abstract class LooperThread extends Thread { class in class:ContentQueryMapTest
54 LooperThread thread = new LooperThread() {
/frameworks/base/core/tests/coretests/src/android/os/
H A DTestHandlerThread.java36 (new LooperThread()).start();
80 class LooperThread extends Thread { class in class:TestHandlerThread
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp33 struct ALooper::LooperThread : public Thread { struct in class:android::ALooper
34 LooperThread(ALooper *looper, bool canCallJava) function in struct:android::ALooper::LooperThread
55 virtual ~LooperThread() {}
61 DISALLOW_EVIL_CONSTRUCTORS(LooperThread);
118 mThread = new LooperThread(this, canCallJava);
130 sp<LooperThread> thread;

Completed in 52 milliseconds