HomeSort by relevance Sort by last modified time
    Searched full:bluetooth_session_ (Results 1 - 1 of 1) sorted by null

  /system/bt/osi/src/
metrics.cc 243 bluetooth_session_ = nullptr;
255 BluetoothSession* bluetooth_session_; member in struct:system_bt_osi::BluetoothMetricsLogger::impl
330 if (pimpl_->bluetooth_session_ != nullptr) {
338 pimpl_->bluetooth_session_ = new BluetoothSession();
339 pimpl_->bluetooth_session_->set_connection_technology_type(
346 if (pimpl_->bluetooth_session_ == nullptr) {
354 pimpl_->bluetooth_session_->set_session_duration_sec(session_duration_sec);
355 pimpl_->bluetooth_session_->set_disconnect_reason_type(
357 pimpl_->bt_session_queue_->Enqueue(pimpl_->bluetooth_session_);
358 pimpl_->bluetooth_session_ = nullptr
    [all...]

Completed in 58 milliseconds