Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/core/
H A Devent_loop.cc113 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in findNanoappInstanceIdByAppId()
128 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in forEachNanoapp()
311 CHRE_ASSERT(inEventLoopThread()); in distributeEventSync()
413 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in findNanoappByInstanceId()
418 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in findNanoappByAppId()
424 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in populateNanoappInfoForAppId()
431 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in populateNanoappInfoForInstanceId()
478 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in onMatchingNanoappEndpoint()
488 ConditionalLockGuard<Mutex> lock(mNanoappsLock, !inEventLoopThread()); in getEndpointInfo()
H A Dhost_comms_manager.cc507 } else if (inEventLoopThread()) { in onMessageToHostCompleteInternal()
/aosp_15_r20/external/pigweed/pw_chre/
H A Dcontext.cc19 bool inEventLoopThread() { return true; } in inEventLoopThread() function
/aosp_15_r20/system/chre/platform/linux/
H A Dcontext.cc21 bool inEventLoopThread() { in inEventLoopThread() function
/aosp_15_r20/system/chre/platform/include/chre/platform/
H A Dcontext.h29 bool inEventLoopThread();
/aosp_15_r20/system/chre/platform/zephyr/
H A Dcontext.cc24 bool inEventLoopThread() { in inEventLoopThread() function
/aosp_15_r20/system/chre/platform/freertos/
H A Dcontext.cc25 bool inEventLoopThread() { in inEventLoopThread() function
/aosp_15_r20/system/chre/platform/embos/
H A Dcontext.cc26 bool inEventLoopThread() { in inEventLoopThread() function
/aosp_15_r20/system/chre/platform/slpi/
H A Dinit.cc146 bool inEventLoopThread() { in inEventLoopThread() function