Searched defs:LooperThread (Results 1 – 4 of 4) sorted by relevance
36 struct ALooper::LooperThread : public Thread { struct in android::ALooper37 LooperThread(ALooper *looper, bool canCallJava) in LooperThread() argument43 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;
35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
75 class LooperThread extends Thread { class in TestHandlerThread
74 static class LooperThread extends Thread { class in TestInterface88 LooperThread(TestInterface ti, TestResultCallback callback) { in LooperThread() method in TestInterface.LooperThread