Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() argument
50 mCodecConfig = codecConfig; in BluetoothCodecStatus()
111 final BluetoothCodecConfig codecConfig = in.readTypedObject(
118 return new BluetoothCodecStatus(codecConfig,
DBluetoothA2dp.java702 BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() argument
707 mService.setCodecConfigPreference(device, codecConfig); in setCodecConfigPreference()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java226 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
228 codecConfig = mServiceWrapper.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()
230 if (codecConfig != null) { in isHighQualityAudioEnabled()
231 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
270 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel() local
272 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
273 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()