Home
last modified time | relevance | path

Searched refs:lock_shared (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/ftl/
Dshared_mutex.h36 [[clang::acquire_shared_capability()]] void lock_shared() { in lock_shared() function
37 mutex_.lock_shared(); in lock_shared()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.cpp357 mMutex.lock_shared(); in executeCommands()
407 mMutex.lock_shared(); in acceptDisplayChanges()
432 mMutex.lock_shared(); in createLayer()
458 mMutex.lock_shared(); in destroyLayer()
490 mMutex.lock_shared(); in getChangedCompositionTypes()
573 mMutex.lock_shared(); in getDisplayRequests()
657 mMutex.lock_shared(); in getReleaseFences()
683 mMutex.lock_shared(); in presentDisplay()
726 mMutex.lock_shared(); in setClientTarget()
754 mMutex.lock_shared(); in setColorTransform()
[all …]
/frameworks/native/libs/ftl/
Dshared_mutex_test.cpp50 s.mutex.lock_shared(); in TEST()
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp183 mMutex.lock_shared(); in saveToDiskLocked()
249 mMutex.lock_shared(); in onVkFrameFlushed()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp367 void lock_shared() { mRefLock->lock_shared(); } in lock_shared() function