Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
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_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.cc263 struct BluetoothMetricsLogger::impl {
296 BluetoothMetricsLogger::BluetoothMetricsLogger() in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
300 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
318 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent()
335 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
357 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
373 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
397 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
408 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
444 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
[all …]
Dmetrics.h123 class BluetoothMetricsLogger {
125 static BluetoothMetricsLogger* GetInstance() { in GetInstance()
126 static BluetoothMetricsLogger* instance = new BluetoothMetricsLogger(); in GetInstance()
256 BluetoothMetricsLogger();
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_metrics.cc64 struct BluetoothMetricsLogger::impl {
68 BluetoothMetricsLogger::BluetoothMetricsLogger() {} in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
69 void BluetoothMetricsLogger::Build() { mock_function_count_map[__func__]++; } in Build()
70 void BluetoothMetricsLogger::CutoffSession() { in CutoffSession()
73 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
77 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
81 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
85 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
89 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
93 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
[all …]
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc46 using bluetooth::common::BluetoothMetricsLogger;
281 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_acquired_stats()
323 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_released_stats()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc61 using bluetooth::common::BluetoothMetricsLogger;
414 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
417 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
479 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
482 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
1342 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in btif_a2dp_source_update_metrics()
Dbluetooth.cc461 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()
Dbtif_hf.cc394 bluetooth::common::BluetoothMetricsLogger::GetInstance() in btif_hf_upstreams_evt()
Dbtif_dm.cc3552 bluetooth::common::BluetoothMetricsLogger::GetInstance()->LogPairEvent( in btif_stats_add_bond_event()
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc421 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()