Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics_linux.cc36 struct BluetoothMetricsLogger::impl {
41 BluetoothMetricsLogger::BluetoothMetricsLogger() in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
50 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent()
55 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
60 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
63 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
66 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
69 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
72 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
[all …]
Dmetrics_unittest.cc39 using bluetooth::common::BluetoothMetricsLogger;
406 BluetoothMetricsLogger::GetInstance()->Reset(); in SetUp()
410 BluetoothMetricsLogger::GetInstance()->Reset(); in TearDown()
424 BluetoothMetricsLogger::GetInstance()->LogPairEvent( in TEST_F()
427 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
436 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in TEST_F()
439 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
445 kMaxEventGenerationLimit - BluetoothMetricsLogger::kMaxNumWakeEvent, in TEST_F()
450 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in TEST_F()
456 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
[all …]
Dmetrics.h116 class BluetoothMetricsLogger {
118 static BluetoothMetricsLogger* GetInstance() { in GetInstance()
119 static BluetoothMetricsLogger* instance = new BluetoothMetricsLogger(); in GetInstance()
249 BluetoothMetricsLogger();
Dmetrics.cc256 struct BluetoothMetricsLogger::impl {
289 BluetoothMetricsLogger::BluetoothMetricsLogger() in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
293 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
311 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent()
328 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
350 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
366 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
390 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
401 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
437 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
[all …]
/system/bt/osi/src/
Dwakelock.cc45 using bluetooth::common::BluetoothMetricsLogger;
287 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_acquired_stats()
329 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_released_stats()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc49 using bluetooth::common::BluetoothMetricsLogger;
108 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in StoreMetrics()
303 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_audio_interface_start_session()
317 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_audio_interface_end_session()
Dbtif_a2dp_source.cc54 using bluetooth::common::BluetoothMetricsLogger;
400 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
405 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
468 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
473 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
1297 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in btif_a2dp_source_update_metrics()
Dbluetooth.cc330 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()
Dbtif_hf.cc335 bluetooth::common::BluetoothMetricsLogger::GetInstance() in btif_hf_upstreams_evt()
Dbtif_dm.cc3293 bluetooth::common::BluetoothMetricsLogger::GetInstance()->LogPairEvent( in btif_stats_add_bond_event()