Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetrics.cc273 bluetooth_session_ = nullptr; in impl()
285 BluetoothSession* bluetooth_session_; member
360 if (pimpl_->bluetooth_session_ != nullptr) { in LogBluetoothSessionStart()
368 pimpl_->bluetooth_session_ = new BluetoothSession(); in LogBluetoothSessionStart()
369 pimpl_->bluetooth_session_->set_connection_technology_type( in LogBluetoothSessionStart()
376 if (pimpl_->bluetooth_session_ == nullptr) { in LogBluetoothSessionEnd()
384 pimpl_->bluetooth_session_->set_session_duration_sec(session_duration_sec); in LogBluetoothSessionEnd()
385 pimpl_->bluetooth_session_->set_disconnect_reason_type( in LogBluetoothSessionEnd()
387 pimpl_->bt_session_queue_->Enqueue(pimpl_->bluetooth_session_); in LogBluetoothSessionEnd()
388 pimpl_->bluetooth_session_ = nullptr; in LogBluetoothSessionEnd()
[all …]