Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSessionReport.h50 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus() function
56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
H A DBluetoothAudioSessionReport_2_1.h55 static void ReportControlStatus( in ReportControlStatus() function
62 session_ptr->GetAudioSession()->ReportControlStatus(start_resp, status); in ReportControlStatus()
H A DBluetoothAudioSession.h130 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
H A DBluetoothAudioSession.cpp129 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus() function in android::bluetooth::audio::BluetoothAudioSession
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/
H A DBluetoothAudioProvider.cpp87 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 DBluetoothAudioProvider.cpp108 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, true, in streamStarted()
128 BluetoothAudioSessionReport_2_1::ReportControlStatus(session_type_, false, in streamSuspended()