Searched defs:LooperThread (Results 1 – 3 of 3) 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;
37 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
80 class LooperThread extends Thread { class in TestHandlerThread