Home
last modified time | relevance | path

Searched refs:ReportControlStatus (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionReport.h50 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function
56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
DBluetoothAudioSessionReport_2_1.h55 static void ReportControlStatus( in ReportControlStatus() function
62 session_ptr->GetAudioSession()->ReportControlStatus(start_resp, status); in ReportControlStatus()
DBluetoothAudioSession.h131 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
DBluetoothAudioSession.cpp132 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus() function in android::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionReport.h62 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function
68 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
DBluetoothAudioSession.h142 void ReportControlStatus(bool start_resp, BluetoothAudioStatus status);
DBluetoothAudioSession.cpp466 void BluetoothAudioSession::ReportControlStatus(bool start_resp, in ReportControlStatus() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp87 BluetoothAudioSessionReport::ReportControlStatus(session_type_, true, in streamStarted()
107 BluetoothAudioSessionReport::ReportControlStatus(session_type_, false, in streamSuspended()
/hardware/interfaces/bluetooth/audio/2.1/default/
DBluetoothAudioProvider.cpp108 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/
DBluetoothAudioProvider.cpp109 BluetoothAudioSessionReport::ReportControlStatus(session_type_, true, in streamStarted()
125 BluetoothAudioSessionReport::ReportControlStatus(session_type_, false, in streamSuspended()