Home
last modified time | relevance | path

Searched refs:ReportAudioConfigChanged (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionReport.h75 static void ReportAudioConfigChanged(const SessionType& session_type, in ReportAudioConfigChanged() function
80 session_ptr->ReportAudioConfigChanged(audio_config); in ReportAudioConfigChanged()
DBluetoothAudioSession.h170 void ReportAudioConfigChanged(const AudioConfiguration& audio_config);
DBluetoothAudioSession.cpp122 void BluetoothAudioSession::ReportAudioConfigChanged( in ReportAudioConfigChanged() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/bluetooth/audio/aidl/default/
DBluetoothAudioProvider.cpp149 BluetoothAudioSessionReport::ReportAudioConfigChanged(session_type_, in updateAudioConfiguration()