Home
last modified time | relevance | path

Searched refs:LooperThread (Results 1 – 5 of 5) 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() function
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.java37 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
56 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/media/libstagefright/include/foundation/
DALooper.h79 struct LooperThread;
80 sp<LooperThread> mThread;
/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java1132 final LooperThread mThread = new LooperThread();
1171 class LooperThread extends Thread {