Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java135 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() local
156 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in disableOptionalCodecs() local
167 private int getPrioitizedCodecType(BluetoothCodecConfig codecConfig, in getPrioitizedCodecType()
271 BluetoothCodecConfig codecConfig; in assignCodecConfigPriorities() local
318 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in switchCodecByBufferSize() local
DA2dpService.java767 BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
991 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() local
1490 BluetoothCodecConfig codecConfig, AttributionSource source) { in setCodecConfigPreference()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecStatus.java128 private boolean isCodecConfigSelectable(BluetoothLeAudioCodecConfig codecConfig, in isCodecConfigSelectable()
163 public boolean isInputCodecConfigSelectable(@Nullable BluetoothLeAudioCodecConfig codecConfig) { in isInputCodecConfigSelectable()
182 public boolean isOutputCodecConfigSelectable( in isOutputCodecConfigSelectable()
DBluetoothCodecStatus.java53 public BluetoothCodecStatus(@Nullable BluetoothCodecConfig codecConfig, in BluetoothCodecStatus()
108 public boolean isCodecConfigSelectable(@Nullable BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable()
227 public @NonNull Builder setCodecConfig(@NonNull BluetoothCodecConfig codecConfig) { in setCodecConfig()
DBluetoothA2dp.java829 @NonNull BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java402 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/
Dlibbt_audio_hal_client_interface_fuzzer.cpp254 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/
DAbstractBluetoothA2dpPreferenceController.java92 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onPreferenceChange() local
121 BluetoothCodecConfig codecConfig; in updateState() local
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java89 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onIndexUpdated() local
100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothA2dp.aidl60 …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/
DIVideoRendererNode.cpp228 tCodecConfig codecConfig; in ProcessData() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java577 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp99 btle_audio_codec_config_t codecConfig) { in prepareCodecConfigObj()