Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.cc290 : pimpl_(new impl(kMaxNumBluetoothSession, kMaxNumPairEvent, in BluetoothMetricsLogger()
303 pimpl_->pair_event_queue_->Enqueue(event); in LogPairEvent()
305 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_log_lock_); in LogPairEvent()
306 pimpl_->bluetooth_log_->set_num_pair_event( in LogPairEvent()
307 pimpl_->bluetooth_log_->num_pair_event() + 1); in LogPairEvent()
320 pimpl_->wake_event_queue_->Enqueue(event); in LogWakeEvent()
322 std::lock_guard<std::recursive_mutex> lock(pimpl_->bluetooth_log_lock_); in LogWakeEvent()
323 pimpl_->bluetooth_log_->set_num_wake_event( in LogWakeEvent()
324 pimpl_->bluetooth_log_->num_wake_event() + 1); in LogWakeEvent()
342 pimpl_->scan_event_queue_->Enqueue(event); in LogScanEvent()
[all …]
Dmetrics_linux.cc42 : pimpl_(new impl(kMaxNumBluetoothSession, kMaxNumPairEvent, in BluetoothMetricsLogger()
Dmetrics.h278 std::unique_ptr<impl> const pimpl_; variable