Home
last modified time | relevance | path

Searched defs: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
43 virtual status_t readyToRun() { in readyToRun()
49 virtual bool threadLoop() { in threadLoop()
53 bool isCurrentThread() const { in isCurrentThread()
58 virtual ~LooperThread() {} in ~LooperThread()
61 ALooper *mLooper;
62 android_thread_id_t mThreadId;
/frameworks/base/core/tests/coretests/src/android/content/
DContentQueryMapTest.java35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
/frameworks/base/core/tests/coretests/src/android/os/
DTestHandlerThread.java75 class LooperThread extends Thread { class in TestHandlerThread
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java74 static class LooperThread extends Thread { class in TestInterface
88 LooperThread(TestInterface ti, TestResultCallback callback) { in LooperThread() method in TestInterface.LooperThread