Home
last modified time | relevance | path

Searched refs:getCodecType (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceController.java65 currentConfig.getCodecType())); in writeConfigurationValues()
98 getSelectableByCodecType(currentConfig.getCodecType()).getBitsPerSample(); in getSelectableIndex()
H A DBluetoothChannelModeDialogPreferenceController.java65 currentConfig.getCodecType())); in writeConfigurationValues()
95 getSelectableByCodecType(currentConfig.getCodecType()).getChannelMode(); in getSelectableIndex()
H A DBluetoothSampleRateDialogPreferenceController.java65 currentConfig.getCodecType())); in writeConfigurationValues()
101 getSelectableByCodecType(currentConfig.getCodecType()).getSampleRate(); in getSelectableIndex()
H A DAbstractBluetoothDialogPreferenceController.java114 mBluetoothA2dpConfigStore.setCodecType(config.getCodecType()); in initConfigStore()
207 if (config.getCodecType() == codecTypeValue) { in getSelectableByCodecType()
229 if ((configs[j].getCodecType() == CODEC_TYPES[i])) { in getHighestCodec()
H A DBluetoothCodecDialogPreferenceController.java141 return convertCfgToBtnIndex(config.getCodecType()); in getCurrentIndexByConfig()
153 indexArray.add(convertCfgToBtnIndex(configs[i].getCodecType())); in getIndexFromConfig()
H A DBluetoothQualityDialogPreferenceController.java98 && currentConfig.getCodecType() == BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) { in updateState()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java176 switch(config.getCodecType()) { in testAssignCodecConfigPriorities()
634 if (codecConfig.getCodecType() != codecType) { in getDefaultCodecConfigByType()
638 codecConfig.getCodecType(), in getDefaultCodecConfigByType()
653 if (codecCapabilities.getCodecType() != codecType) { in getCodecCapabilitiesByType()
657 codecCapabilities.getCodecType(), codecCapabilities.getCodecPriority(), in getCodecCapabilitiesByType()
750 new BluetoothCodecConfig(codecDefaultTemp.getCodecType(), in testCodecSpecificParametersChangeHelper()
758 new BluetoothCodecConfig(codecDefaultTemp.getCodecType(), in testCodecSpecificParametersChangeHelper()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfig.java102 if (prioritizedCodecType == currentCodecConfig.getCodecType() in setCodecConfigPreference()
103 && (prioritizedCodecType != newCodecConfig.getCodecType() in setCodecConfigPreference()
173 return prioritizedCodecConfig.getCodecType(); in getPrioitizedCodecType()
H A DA2dpStateMachine.java655 && (prevCodecConfig.getCodecType() != newCodecConfig.getCodecType())) { in processCodecConfigEvent()
659 } else if ((newCodecConfig.getCodecType() in processCodecConfigEvent()
H A DA2dpService.java955 mAdapterService.obfuscateAddress(device), codecConfig.getCodecType(), in codecConfigUpdated()
963 mAdapterService.obfuscateAddress(device), codecCapability.getCodecType(), in codecConfigUpdated()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java107 if (codecConfig.getCodecType() != selectableConfig.getCodecType()) { in isCodecConfigSelectable()
H A DBluetoothCodecConfig.java421 public @SourceCodecType int getCodecType() { in getCodecType() method in BluetoothCodecConfig
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp37 jmethodID getCodecType; member
200 android_bluetooth_BluetoothCodecConfig.getCodecType = in classInitNative()
251 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecType); in prepareCodecPreferences()
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java519 if (codecConfig.getCodecType() == codecType in verifyCodeConfig()
525 if (codecConfig.getCodecType() == codecType in verifyCodeConfig()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCallQuality.java326 public int getCodecType() { in getCodecType() method in CallQuality
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DAbstractBluetoothDialogPreferenceControllerTest.java200 verify(mBluetoothA2dpConfigStore).setCodecType(mCodecConfigAAC.getCodecType()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DA2dpProfileTest.java202 when(config.getCodecType()).thenReturn(4); in getLabelDeviceConnectedWithHighQualityCodec()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java296 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecConfigTest.java215 assertEquals(codec_type, bcc.getCodecType()); in testBluetoothCodecConfig_valid_get_methods()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java290 return AudioSystem.bluetoothCodecToAudioFormat(btCodecConfig.getCodecType()); in getA2dpCodec()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java2197 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11144 method public int getCodecType();