Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DALooper.cpp36 struct ALooper::LooperThread : public Thread { struct in android::ALooper
37 LooperThread(ALooper *looper, bool canCallJava) in LooperThread() argument
58 virtual ~LooperThread() {} in ~LooperThread() argument
64 DISALLOW_EVIL_CONSTRUCTORS(LooperThread);
121 mThread = new LooperThread(this, canCallJava); in start()
133 sp<LooperThread> thread; in stop()
/frameworks/base/core/tests/coretests/src/android/content/
DContentQueryMapTest.java35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
54 LooperThread thread = new LooperThread() { in testContentQueryMap()
/frameworks/base/core/tests/coretests/src/android/os/
DTestHandlerThread.java36 (new LooperThread()).start(); in doTest()
80 class LooperThread extends Thread { class in TestHandlerThread
/frameworks/av/include/media/stagefright/foundation/
DALooper.h79 struct LooperThread;
80 sp<LooperThread> mThread;