Lines Matching refs:bluetooth_log_
265 bluetooth_log_ = BluetoothLog::default_instance().New(); in impl()
273 BluetoothLog* bluetooth_log_; member
307 pimpl_->bluetooth_log_->set_num_pair_event( in LogPairEvent()
308 pimpl_->bluetooth_log_->num_pair_event() + 1); in LogPairEvent()
324 pimpl_->bluetooth_log_->set_num_wake_event( in LogWakeEvent()
325 pimpl_->bluetooth_log_->num_wake_event() + 1); in LogWakeEvent()
346 pimpl_->bluetooth_log_->set_num_scan_event( in LogScanEvent()
347 pimpl_->bluetooth_log_->num_scan_event() + 1); in LogScanEvent()
386 pimpl_->bluetooth_log_->set_num_bluetooth_session( in LogBluetoothSessionEnd()
387 pimpl_->bluetooth_log_->num_bluetooth_session() + 1); in LogBluetoothSessionEnd()
461 if (!pimpl_->bluetooth_log_->SerializeToString(serialized)) { in WriteString()
465 pimpl_->bluetooth_log_->Clear(); in WriteString()
503 BluetoothLog* bluetooth_log = pimpl_->bluetooth_log_; in Build()
561 pimpl_->bluetooth_log_->Clear(); in ResetLog()