Home
last modified time | relevance | path

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

/system/bt/gd/os/android/
Dmetrics.cc50 int metric_id = 0; in LogMetricLinkLayerConnectionEvent() local
52 metric_id = MetricIdManager::GetInstance().AllocateId(*address); in LogMetricLinkLayerConnectionEvent()
65 metric_id); in LogMetricLinkLayerConnectionEvent()
107 int metric_id = 0; in LogMetricA2dpAudioUnderrunEvent() local
109 metric_id = MetricIdManager::GetInstance().AllocateId(address); in LogMetricA2dpAudioUnderrunEvent()
117 metric_id); in LogMetricA2dpAudioUnderrunEvent()
134 int metric_id = 0; in LogMetricA2dpAudioOverrunEvent() local
136 metric_id = MetricIdManager::GetInstance().AllocateId(address); in LogMetricA2dpAudioOverrunEvent()
147 metric_id); in LogMetricA2dpAudioOverrunEvent()
162 int metric_id = 0; in LogMetricA2dpPlaybackEvent() local
[all …]
/system/bt/common/
Dmetrics.cc580 int metric_id = 0; in LogLinkLayerConnectionEvent() local
583 metric_id = MetricIdAllocator::GetInstance().AllocateId(*address); in LogLinkLayerConnectionEvent()
592 hci_ble_event, cmd_status, reason_code, metric_id); in LogLinkLayerConnectionEvent()
630 int metric_id = 0; in LogA2dpAudioUnderrunEvent() local
633 metric_id = MetricIdAllocator::GetInstance().AllocateId(address); in LogA2dpAudioUnderrunEvent()
642 encoding_interval_nanos, num_missing_pcm_bytes, metric_id); in LogA2dpAudioUnderrunEvent()
657 int metric_id = 0; in LogA2dpAudioOverrunEvent() local
660 metric_id = MetricIdAllocator::GetInstance().AllocateId(address); in LogA2dpAudioOverrunEvent()
670 num_dropped_encoded_bytes, metric_id); in LogA2dpAudioOverrunEvent()
684 int metric_id = 0; in LogA2dpPlaybackEvent() local
[all …]