/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionReport.h | 50 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function 56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSessionReport_2_1.h | 55 static void ReportControlStatus( in ReportControlStatus() function 62 session_ptr->GetAudioSession()->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSession.h | 131 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
|
D | BluetoothAudioSession.cpp | 132 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus() function in android::bluetooth::audio::BluetoothAudioSession
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSessionReport.h | 62 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function 68 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSession.h | 142 void ReportControlStatus(bool start_resp, BluetoothAudioStatus status);
|
D | BluetoothAudioSession.cpp | 466 void BluetoothAudioSession::ReportControlStatus(bool start_resp, in ReportControlStatus() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
|
/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 87 BluetoothAudioSessionReport::ReportControlStatus(session_type_, true, in streamStarted() 107 BluetoothAudioSessionReport::ReportControlStatus(session_type_, false, in streamSuspended()
|
/hardware/interfaces/bluetooth/audio/2.1/default/ |
D | BluetoothAudioProvider.cpp | 108 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, true, in streamStarted() 128 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, false, in streamSuspended()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | BluetoothAudioProvider.cpp | 109 BluetoothAudioSessionReport::ReportControlStatus(session_type_, true, in streamStarted() 125 BluetoothAudioSessionReport::ReportControlStatus(session_type_, false, in streamSuspended()
|