Home
last modified time | relevance | path

Searched refs:getForThread (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/native/android/
H A Dlooper.cpp37 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()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DRenderThreadTests.cpp27 ASSERT_TRUE(Looper::getForThread() != nullptr); in RENDERTHREAD_TEST()
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp128 static Choreographer* getForThread();
161 Choreographer* Choreographer::getForThread() { in getForThread() function in android::Choreographer
163 sp<Looper> looper = Looper::getForThread(); in getForThread()
520 return Choreographer_to_AChoreographer(Choreographer::getForThread()); in AChoreographer_getInstance()
/aosp12/system/core/libutils/
H A DLooper.cpp93 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS in setForThread()
106 sp<Looper> Looper::getForThread() { in getForThread() function in android::Looper
115 sp<Looper> looper = Looper::getForThread(); in prepare()
/aosp12/system/core/libutils/include/utils/
H A DLooper.h421 static sp<Looper> getForThread();
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp80 mLooper = Looper::getForThread(); in NativeMessageQueue()
/aosp12/frameworks/base/libs/hwui/
H A DRootRenderNode.cpp240 auto looper = Looper::getForThread(); in detachVectorDrawableAnimator()
/aosp12/frameworks/base/libs/hwui/jni/
H A DAnimatedImageDrawable.cpp223 sp<Looper> looper = Looper::getForThread(); in AnimatedImageDrawable_nSetOnAnimationEndListener()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp267 if (android::Looper::getForThread() != nullptr) { in startStream()