Searched refs:getForThread (Results 1 – 9 of 9) sorted by relevance
37 return Looper_to_ALooper(Looper::getForThread().get()); in ALooper_forThread()53 sp<Looper> looper = Looper::getForThread(); in ALooper_pollOnce()64 sp<Looper> looper = Looper::getForThread(); in ALooper_pollAll()
27 ASSERT_TRUE(Looper::getForThread() != nullptr); in RENDERTHREAD_TEST()
128 static Choreographer* getForThread();161 Choreographer* Choreographer::getForThread() { in getForThread() function in android::Choreographer163 sp<Looper> looper = Looper::getForThread(); in getForThread()520 return Choreographer_to_AChoreographer(Choreographer::getForThread()); in AChoreographer_getInstance()
93 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS in setForThread()106 sp<Looper> Looper::getForThread() { in getForThread() function in android::Looper115 sp<Looper> looper = Looper::getForThread(); in prepare()
421 static sp<Looper> getForThread();
80 mLooper = Looper::getForThread(); in NativeMessageQueue()
240 auto looper = Looper::getForThread(); in detachVectorDrawableAnimator()
223 sp<Looper> looper = Looper::getForThread(); in AnimatedImageDrawable_nSetOnAnimationEndListener()
267 if (android::Looper::getForThread() != nullptr) { in startStream()