Searched refs:codecConfig (Results 1 – 4 of 4) sorted by relevance
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() argument50 mCodecConfig = codecConfig; in BluetoothCodecStatus()89 … final BluetoothCodecConfig codecConfig = in.readTypedObject(BluetoothCodecConfig.CREATOR);93 return new BluetoothCodecStatus(codecConfig,
42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig); in setCodecConfigPreference() argument
627 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() argument632 mService.setCodecConfigPreference(codecConfig); in setCodecConfigPreference()
208 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local210 codecConfig = mServiceWrapper.getCodecStatus().getCodecConfig(); in isHighQualityAudioEnabled()212 if (codecConfig != null) { in isHighQualityAudioEnabled()213 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()