Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java137 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
DA2dpService.java757 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/
DBluetoothCodecStatus.java50 public BluetoothCodecStatus( in BluetoothCodecStatus()
106 public boolean isCodecConfigSelectable(@Nullable BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable()
221 public @NonNull Builder setCodecConfig(@NonNull BluetoothCodecConfig codecConfig) { in setCodecConfig()
DBluetoothLeAudioCodecStatus.java132 BluetoothLeAudioCodecConfig codecConfig, BluetoothLeAudioCodecConfig selectableConfig) { in isCodecConfigSelectable()
168 public boolean isInputCodecConfigSelectable(@Nullable BluetoothLeAudioCodecConfig codecConfig) { in isInputCodecConfigSelectable()
187 public boolean isOutputCodecConfigSelectable( in isOutputCodecConfigSelectable()
DBluetoothA2dp.java777 @NonNull BluetoothDevice device, @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
DBluetoothCodecListPreferenceController.java100 BluetoothCodecConfig codecConfig; in onPreferenceChange() local
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl59 …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.java558 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp116 btle_audio_codec_config_t codecConfig) { in prepareCodecConfigObj()