Lines Matching refs:bluetooth_log_
264 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()
460 if (!pimpl_->bluetooth_log_->SerializeToString(serialized)) { in WriteString()
464 pimpl_->bluetooth_log_->Clear(); in WriteString()
502 BluetoothLog* bluetooth_log = pimpl_->bluetooth_log_; in Build()
560 pimpl_->bluetooth_log_->Clear(); in ResetLog()