Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h166 lock_state_(CsisLockState::CSIS_STATE_UNSET) { in CsisInstance()
173 static_cast<int>(lock_state_), static_cast<int>(state)); in SetLockState()
174 lock_state_ = state; in SetLockState()
176 CsisLockState GetLockState(void) const { return lock_state_; } in GetLockState()
204 CsisLockState lock_state_; variable
330 lock_state_(CsisLockState::CSIS_STATE_UNSET), in CsisGroup()
399 void SetCurrentLockState(CsisLockState state) { lock_state_ = state; } in SetCurrentLockState()
418 CsisLockState GetCurrentLockState(void) const { return lock_state_; } in GetCurrentLockState()
552 CsisLockState lock_state_; variable