Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() argument
50 mCodecConfig = codecConfig; in BluetoothCodecStatus()
89 … final BluetoothCodecConfig codecConfig = in.readTypedObject(BluetoothCodecConfig.CREATOR);
93 return new BluetoothCodecStatus(codecConfig,
DIBluetoothA2dp.aidl42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig); in setCodecConfigPreference() argument
DBluetoothA2dp.java627 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() argument
632 mService.setCodecConfigPreference(codecConfig); in setCodecConfigPreference()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java208 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
210 codecConfig = mServiceWrapper.getCodecStatus().getCodecConfig(); in isHighQualityAudioEnabled()
212 if (codecConfig != null) { in isHighQualityAudioEnabled()
213 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()