/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 139 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() local 160 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in disableOptionalCodecs() local 172 BluetoothCodecConfig codecConfig, List<BluetoothCodecConfig> selectableCodecs) { in getPrioritizedCodecType() 268 BluetoothCodecConfig codecConfig; in assignCodecConfigPriorities() local 319 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in switchCodecByBufferSize() local
|
D | A2dpService.java | 707 public void setCodecConfigPreference(BluetoothDevice device, BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() 933 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() local
|
D | A2dpServiceBinder.java | 228 BluetoothDevice device, BluetoothCodecConfig codecConfig, AttributionSource source) { 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 | 785 @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 | 236 CodecConfiguration codecConfig = {}; in SbcCodecConfigurationsGenerator() local 260 CodecConfiguration codecConfig = {}; in AacCodecConfigurationsGenerator() local 288 CodecConfiguration codecConfig = {}; in LdacCodecConfigurationsGenerator() local 306 CodecConfiguration codecConfig = {}; in AptxCodecConfigurationsGenerator() local 367 CodecConfiguration codecConfig = {}; in process() local
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothDialogPreferenceController.java | 91 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onIndexUpdated() local 102 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() local
|
D | BluetoothCodecListPreferenceController.java | 110 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 | 507 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 132 static jobject prepareCodecConfigObj(JNIEnv* env, btle_audio_codec_config_t codecConfig) { in prepareCodecConfigObj()
|