Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetrics.cc290 bluetooth_session_ = nullptr; in impl()
302 BluetoothSession* bluetooth_session_; member
377 if (pimpl_->bluetooth_session_ != nullptr) { in LogBluetoothSessionStart()
385 pimpl_->bluetooth_session_ = new BluetoothSession(); in LogBluetoothSessionStart()
386 pimpl_->bluetooth_session_->set_connection_technology_type( in LogBluetoothSessionStart()
393 if (pimpl_->bluetooth_session_ == nullptr) { in LogBluetoothSessionEnd()
401 pimpl_->bluetooth_session_->set_session_duration_sec(session_duration_sec); in LogBluetoothSessionEnd()
402 pimpl_->bluetooth_session_->set_disconnect_reason_type( in LogBluetoothSessionEnd()
404 pimpl_->bt_session_queue_->Enqueue(pimpl_->bluetooth_session_); in LogBluetoothSessionEnd()
405 pimpl_->bluetooth_session_ = nullptr; in LogBluetoothSessionEnd()
[all …]