/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 137 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() local 158 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in disableOptionalCodecs() local 170 BluetoothCodecConfig codecConfig, List<BluetoothCodecConfig> selectableCodecs) { in getPrioitizedCodecType() 266 BluetoothCodecConfig codecConfig; in assignCodecConfigPriorities() local 317 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in switchCodecByBufferSize() local
|
D | A2dpService.java | 757 public void setCodecConfigPreference(BluetoothDevice device, BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() 977 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() local 1553 BluetoothCodecConfig codecConfig, in setCodecConfigPreference()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecStatus.java | 50 public BluetoothCodecStatus( in BluetoothCodecStatus() 106 public boolean isCodecConfigSelectable(@Nullable BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable() 221 public @NonNull Builder setCodecConfig(@NonNull BluetoothCodecConfig codecConfig) { in setCodecConfig()
|
D | BluetoothLeAudioCodecStatus.java | 132 BluetoothLeAudioCodecConfig codecConfig, BluetoothLeAudioCodecConfig selectableConfig) { in isCodecConfigSelectable() 168 public boolean isInputCodecConfigSelectable(@Nullable BluetoothLeAudioCodecConfig codecConfig) { in isInputCodecConfigSelectable() 187 public boolean isOutputCodecConfigSelectable( in isOutputCodecConfigSelectable()
|
D | BluetoothA2dp.java | 777 @NonNull BluetoothDevice device, @NonNull BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 402 BluetoothCodecConfig codecConfig = null; in getCodecValue() local 454 BluetoothCodecConfig codecConfig = new BluetoothCodecConfig.Builder() in setCodecValue() local 487 mBluetoothA2dp.setCodecConfigPreference(getA2dpActiveDevice(), codecConfig); in setCodecValue() local 531 BluetoothCodecConfig codecConfig = null; in verifyCodeConfig() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_client_interface_fuzzer.cpp | 254 CodecConfiguration codecConfig = {}; in SbcCodecConfigurationsGenerator() local 280 CodecConfiguration codecConfig = {}; in AacCodecConfigurationsGenerator() local 309 CodecConfiguration codecConfig = {}; in LdacCodecConfigurationsGenerator() local 328 CodecConfiguration codecConfig = {}; in AptxCodecConfigurationsGenerator() local 396 CodecConfiguration codecConfig = {}; in process() local
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceController.java | 92 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onPreferenceChange() local 121 BluetoothCodecConfig codecConfig; in updateState() local
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothDialogPreferenceController.java | 89 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onIndexUpdated() local 100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() local
|
D | BluetoothCodecListPreferenceController.java | 100 BluetoothCodecConfig codecConfig; in onPreferenceChange() local
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothA2dp.aidl | 59 …y void setCodecConfigPreference(in BluetoothDevice device, in BluetoothCodecConfig codecConfig, in… in setCodecConfigPreference()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/ |
D | IVideoRendererNode.cpp | 228 tCodecConfig codecConfig; in ProcessData() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 558 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 116 btle_audio_codec_config_t codecConfig) { in prepareCodecConfigObj()
|