Home
last modified time | relevance | path

Searched defs:UnlockGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp56 class UnlockGuard { class
58 explicit UnlockGuard(Mutex& lock) : mLock{lock} { mLock.unlock(); } in UnlockGuard() function in __anon6fed724e0111::UnlockGuard