Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/memory/
H A Ddiscardable_shared_memory.cc84 LockState GetLockState() const { return static_cast<LockState>(value.u & 1); } in GetLockState() function
/aosp_15_r20/external/cronet/base/memory/
H A Ddiscardable_shared_memory.cc99 LockState GetLockState() const { return static_cast<LockState>(value.u & 1); } in GetLockState() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h170 CsisLockState GetLockState(void) const { return lock_state_; } in GetLockState() function