Searched refs:ReportControlStatus (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSessionReport.h | 50 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function 56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
H A D | BluetoothAudioSessionReport_2_1.h | 55 static void ReportControlStatus( in ReportControlStatus() function 62 session_ptr->GetAudioSession()->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
H A D | BluetoothAudioSession.h | 130 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
|
H A D | BluetoothAudioSession.cpp | 129 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus() function in android::bluetooth::audio::BluetoothAudioSession
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/ |
H A D | BluetoothAudioProvider.cpp | 87 BluetoothAudioSessionReport::ReportControlStatus(session_type_, true, in streamStarted() 107 BluetoothAudioSessionReport::ReportControlStatus(session_type_, false, in streamSuspended()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/ |
H A D | BluetoothAudioProvider.cpp | 108 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, true, in streamStarted() 128 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, false, in streamSuspended()
|