Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.cc264 bluetooth_log_ = BluetoothLog::default_instance().New(); in impl()
272 BluetoothLog* bluetooth_log_; member
306 pimpl_->bluetooth_log_->set_num_pair_event( in LogPairEvent()
307 pimpl_->bluetooth_log_->num_pair_event() + 1); in LogPairEvent()
323 pimpl_->bluetooth_log_->set_num_wake_event( in LogWakeEvent()
324 pimpl_->bluetooth_log_->num_wake_event() + 1); in LogWakeEvent()
345 pimpl_->bluetooth_log_->set_num_scan_event( in LogScanEvent()
346 pimpl_->bluetooth_log_->num_scan_event() + 1); in LogScanEvent()
385 pimpl_->bluetooth_log_->set_num_bluetooth_session( in LogBluetoothSessionEnd()
386 pimpl_->bluetooth_log_->num_bluetooth_session() + 1); in LogBluetoothSessionEnd()
[all …]