Home
last modified time | relevance | path

Searched refs:GetAudioConfig (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl.h65 static const AudioConfiguration& GetAudioConfig( in GetAudioConfig() function
70 return session_ptr->GetAudioConfig(); in GetAudioConfig()
DBluetoothAudioSession_2_1.cpp91 BluetoothAudioSession_2_1::GetAudioConfig() { in GetAudioConfig() function in android::bluetooth::audio::BluetoothAudioSession_2_1
93 return HidlToAidlMiddleware_2_1::GetAudioConfig(raw_session_type_); in GetAudioConfig()
101 const AudioConfiguration fromConf = GetAudioSession()->GetAudioConfig(); in GetAudioConfig()
DBluetoothAudioSessionControl_2_1.h70 static const AudioConfiguration_2_1 GetAudioConfig( in GetAudioConfig() function
75 return session_ptr->GetAudioConfig(); in GetAudioConfig()
DBluetoothAudioSession_2_1.h68 GetAudioConfig();
DBluetoothAudioSession.h145 const AudioConfiguration& GetAudioConfig();
DBluetoothAudioSession.cpp251 const AudioConfiguration& BluetoothAudioSession::GetAudioConfig() { in GetAudioConfig() function in android::bluetooth::audio::BluetoothAudioSession
254 HidlToAidlMiddleware_2_0::GetAudioConfig(session_type_)); in GetAudioConfig()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DHidlToAidlMiddleware_2_1.h34 static const AudioConfig_2_1 GetAudioConfig(
DBluetoothAudioSessionControl.h76 static const AudioConfiguration GetAudioConfig( in GetAudioConfig() function
81 return session_ptr->GetAudioConfig(); in GetAudioConfig()
DHidlToAidlMiddleware_2_0.h47 static const AudioConfig_2_0 GetAudioConfig(
DHidlToAidlMiddleware.cpp555 const AudioConfig_2_0 HidlToAidlMiddleware_2_0::GetAudioConfig( in GetAudioConfig() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0
557 return to_hidl_audio_config_2_0(BluetoothAudioSessionControl::GetAudioConfig( in GetAudioConfig()
626 const AudioConfig_2_1 HidlToAidlMiddleware_2_1::GetAudioConfig( in GetAudioConfig() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_1
628 return to_hidl_audio_config_2_1(BluetoothAudioSessionControl::GetAudioConfig( in GetAudioConfig()
DBluetoothAudioSession.h162 const AudioConfiguration GetAudioConfig();
DBluetoothAudioSession.cpp101 const AudioConfiguration BluetoothAudioSession::GetAudioConfig() { in GetAudioConfig() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp264 BluetoothAudioSessionControl::GetAudioConfig(mSessionType); in getPreferredDataIntervalUs()
281 BluetoothAudioSessionControl::GetAudioConfig(mSessionType); in loadAudioConfig()