Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.cc282 std::recursive_mutex bluetooth_session_lock_; member
353 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in LogBluetoothSessionStart()
369 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in LogBluetoothSessionEnd()
393 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in LogBluetoothSessionDeviceInfo()
404 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in LogA2dpSession()
486 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in CutoffSession()
550 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_session_lock_); in ResetSession()