Searched refs:codecConfig (Results 1 – 3 of 3) sorted by relevance
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() argument50 mCodecConfig = codecConfig; in BluetoothCodecStatus()111 final BluetoothCodecConfig codecConfig = in.readTypedObject(118 return new BluetoothCodecStatus(codecConfig,
702 BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() argument707 mService.setCodecConfigPreference(device, codecConfig); in setCodecConfigPreference()
226 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local228 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() local272 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()273 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()