Home
last modified time | relevance | path

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

/aosp12/system/bt/common/
H A Dmetrics_linux.cc36 struct BluetoothMetricsLogger::impl {
41 BluetoothMetricsLogger::BluetoothMetricsLogger() in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
55 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
63 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
69 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
79 void BluetoothMetricsLogger::WriteBase64(int fd) {} in WriteBase64()
81 void BluetoothMetricsLogger::CutoffSession() {} in CutoffSession()
83 void BluetoothMetricsLogger::Build() {} in Build()
85 void BluetoothMetricsLogger::ResetSession() {} in ResetSession()
87 void BluetoothMetricsLogger::ResetLog() {} in ResetLog()
[all …]
H A 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()
450 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in TEST_F()
456 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
468 BluetoothMetricsLogger::GetInstance()->LogScanEvent( in TEST_F()
[all …]
H A Dmetrics.h116 class BluetoothMetricsLogger {
118 static BluetoothMetricsLogger* GetInstance() { in GetInstance()
119 static BluetoothMetricsLogger* instance = new BluetoothMetricsLogger(); in GetInstance()
249 BluetoothMetricsLogger();
H A Dmetrics.cc257 struct BluetoothMetricsLogger::impl {
290 BluetoothMetricsLogger::BluetoothMetricsLogger() in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
329 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
367 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
402 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
473 void BluetoothMetricsLogger::WriteBase64(int fd) { in WriteBase64()
485 void BluetoothMetricsLogger::CutoffSession() { in CutoffSession()
500 void BluetoothMetricsLogger::Build() { in Build()
549 void BluetoothMetricsLogger::ResetSession() { in ResetSession()
559 void BluetoothMetricsLogger::ResetLog() { in ResetLog()
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_common_metrics.cc63 struct BluetoothMetricsLogger::impl {
67 BluetoothMetricsLogger::BluetoothMetricsLogger() {} in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
69 void BluetoothMetricsLogger::CutoffSession() { in CutoffSession()
72 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
76 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
80 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
84 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
88 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
98 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
112 void BluetoothMetricsLogger::ResetSession() { in ResetSession()
[all …]
/aosp12/system/bt/osi/src/
H A Dwakelock.cc45 using bluetooth::common::BluetoothMetricsLogger;
282 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_acquired_stats()
324 BluetoothMetricsLogger::GetInstance()->LogWakeEvent( in update_wakelock_released_stats()
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc45 using bluetooth::common::BluetoothMetricsLogger;
104 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in StoreMetrics()
296 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_audio_interface_start_session()
310 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_audio_interface_end_session()
H A Dbtif_a2dp_source.cc57 using bluetooth::common::BluetoothMetricsLogger;
406 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
412 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart( in btif_a2dp_source_start_session_delayed()
473 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
479 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd( in btif_a2dp_source_end_session_delayed()
1317 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in btif_a2dp_source_update_metrics()
H A Dbluetooth.cc413 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()
H A Dbtif_hf.cc369 bluetooth::common::BluetoothMetricsLogger::GetInstance() in btif_hf_upstreams_evt()
H A Dbtif_dm.cc3133 bluetooth::common::BluetoothMetricsLogger::GetInstance()->LogPairEvent( in btif_stats_add_bond_event()
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc177 class BluetoothMetricsLogger {}; class