Searched refs:MyLooper (Results 1 – 1 of 1) sorted by relevance
167 class MyLooper : public Looper { class in android::PointerControllerTest169 MyLooper() : Looper(false) {} in MyLooper() function in android::PointerControllerTest::MyLooper170 ~MyLooper() = default;172 sp<MyLooper> mLooper;177 mLooper(new MyLooper), mThread(&PointerControllerTest::loopThread, this) { in PointerControllerTest()