Home
last modified time | relevance | path

Searched refs:LogA2dpSession (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dmetrics_unittest.cc602 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics1); in TEST_F()
603 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics2); in TEST_F()
663 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics1); in TEST_F()
682 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics2); in TEST_F()
732 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics1); in TEST_F()
762 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics2); in TEST_F()
825 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics1); in TEST_F()
826 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics2); in TEST_F()
911 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics1); in TEST_F()
912 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics2); in TEST_F()
Dmetrics_linux.cc69 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession() function in bluetooth::common::BluetoothMetricsLogger
Dmetrics.h224 void LogA2dpSession(const A2dpSessionMetrics& a2dp_session_metrics);
Dmetrics.cc425 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession() function in bluetooth::common::BluetoothMetricsLogger
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc1351 BluetoothMetricsLogger::GetInstance()->LogA2dpSession(metrics); in btif_a2dp_source_update_metrics()