Searched defs:LooperThread (Results 1 – 3 of 3) sorted by relevance
33 struct ALooper::LooperThread : public Thread { struct in android::ALooper34 LooperThread(ALooper *looper, bool canCallJava) in LooperThread() function40 virtual status_t readyToRun() { in readyToRun()46 virtual bool threadLoop() { in threadLoop()50 bool isCurrentThread() const { in isCurrentThread()55 virtual ~LooperThread() {} in ~LooperThread()58 ALooper *mLooper;59 android_thread_id_t mThreadId;
35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
80 class LooperThread extends Thread { class in TestHandlerThread