Searched refs:LooperThread (Results 1 - 4 of 4) sorted by relevance

/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);
114 mThread = new LooperThread(this, canCallJava);
126 sp<LooperThread> thread;
/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/av/include/media/stagefright/foundation/
H A DALooper.h74 struct LooperThread;
75 sp<LooperThread> mThread;
/frameworks/base/core/tests/coretests/src/android/os/
H A DTestHandlerThread.java36 (new LooperThread()).start();
80 class LooperThread extends Thread { class in class:TestHandlerThread

Completed in 275 milliseconds