Home
last modified time | relevance | path

Searched refs:proto_lock (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/storaged/
H A Dstoraged.cpp220 Mutex::Autolock _l(proto_lock); in add_user_ce()
229 Mutex::Autolock _l(proto_lock); in remove_user_ce()
359 Mutex::Autolock _l(proto_lock); in flush_protos()
/aosp14/system/core/storaged/include/
H A Dstoraged.h110 Mutex proto_lock; variable