Home
last modified time | relevance | path

Searched refs:thisThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DPhysicsBasedUnfoldTransitionProgressProvider.kt305 val thisThread = Thread.currentThread() in get() constant
308 Thread.currentThread()=$thisThread tid=${thisThread.id}""" in get()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DDeviceFoldStateProvider.kt329 val thisThread = Thread.currentThread() in assertInProgressThread() constant
332 Thread.currentThread()=$thisThread tid=${thisThread.id}""" in assertInProgressThread()
/frameworks/native/libs/binder/
DRpcServer.cpp449 RpcMaybeThread thisThread; in establishConnection() local
457 thisThread = std::move(threadId->second); in establishConnection()
459 thisThread.detach(); in establishConnection()
550 session->preJoinThreadOwnership(std::move(thisThread)); in establishConnection()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.cpp617 pid_t thisThread = gettid(); in collidesWithCallback() local
621 return ((mErrorCallbackThread.load() == thisThread) in collidesWithCallback()
622 || (mDataCallbackThread.load() == thisThread)); in collidesWithCallback()