Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp157 std::unique_lock<std::mutex> stateLock(listener_state_lock_); in promptUserConfirmation_() local
394 std::unique_lock<std::mutex> stateLock(listener_state_lock_, std::defer_lock); in promptUserConfirmation() local
466 std::unique_lock<std::mutex> stateLock(listener_state_lock_); in deliverSecureInputEvent() local
493 std::unique_lock<std::mutex> stateLock(listener_state_lock_); in abort() local
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/
H A DPixelStreamManager.cpp145 std::lock_guard stateLock(mStateLock); in setMaxInFlightPackets() local
156 std::lock_guard stateLock(mStateLock); in freePacket() local
196 std::lock_guard stateLock(mStateLock); in queuePacket() local