Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus()
DIBluetoothA2dp.aidl42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig); in setCodecConfigPreference()
DBluetoothA2dp.java627 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java208 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
252 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel() local