/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothBitPerSampleDialogPreferenceController.java | 65 currentConfig.getCodecType())); in writeConfigurationValues() 98 getSelectableByCodecType(currentConfig.getCodecType()).getBitsPerSample(); in getSelectableIndex()
|
H A D | BluetoothChannelModeDialogPreferenceController.java | 65 currentConfig.getCodecType())); in writeConfigurationValues() 95 getSelectableByCodecType(currentConfig.getCodecType()).getChannelMode(); in getSelectableIndex()
|
H A D | BluetoothSampleRateDialogPreferenceController.java | 65 currentConfig.getCodecType())); in writeConfigurationValues() 101 getSelectableByCodecType(currentConfig.getCodecType()).getSampleRate(); in getSelectableIndex()
|
H A D | AbstractBluetoothDialogPreferenceController.java | 114 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 D | BluetoothCodecDialogPreferenceController.java | 141 return convertCfgToBtnIndex(config.getCodecType()); in getCurrentIndexByConfig() 153 indexArray.add(convertCfgToBtnIndex(configs[i].getCodecType())); in getIndexFromConfig()
|
H A D | BluetoothQualityDialogPreferenceController.java | 98 && currentConfig.getCodecType() == BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) { in updateState()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfigTest.java | 176 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 D | A2dpCodecConfig.java | 102 if (prioritizedCodecType == currentCodecConfig.getCodecType() in setCodecConfigPreference() 103 && (prioritizedCodecType != newCodecConfig.getCodecType() in setCodecConfigPreference() 173 return prioritizedCodecConfig.getCodecType(); in getPrioitizedCodecType()
|
H A D | A2dpStateMachine.java | 655 && (prevCodecConfig.getCodecType() != newCodecConfig.getCodecType())) { in processCodecConfigEvent() 659 } else if ((newCodecConfig.getCodecType() in processCodecConfigEvent()
|
H A D | A2dpService.java | 955 mAdapterService.obfuscateAddress(device), codecConfig.getCodecType(), in codecConfigUpdated() 963 mAdapterService.obfuscateAddress(device), codecCapability.getCodecType(), in codecConfigUpdated()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecStatus.java | 107 if (codecConfig.getCodecType() != selectableConfig.getCodecType()) { in isCodecConfigSelectable()
|
H A D | BluetoothCodecConfig.java | 421 public @SourceCodecType int getCodecType() { in getCodecType() method in BluetoothCodecConfig
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 37 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 D | A2dpReceiver.java | 519 if (codecConfig.getCodecType() == codecType in verifyCodeConfig() 525 if (codecConfig.getCodecType() == codecType in verifyCodeConfig()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CallQuality.java | 326 public int getCodecType() { in getCodecType() method in CallQuality
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
H A D | AbstractBluetoothDialogPreferenceControllerTest.java | 200 verify(mBluetoothA2dpConfigStore).setCodecType(mCodecConfigAAC.getCodecType()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | A2dpProfileTest.java | 202 when(config.getCodecType()).thenReturn(4); in getLabelDeviceConnectedWithHighQualityCodec()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | A2dpProfile.java | 296 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecConfigTest.java | 215 assertEquals(codec_type, bcc.getCodecType()); in testBluetoothCodecConfig_valid_get_methods()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | BtHelper.java | 290 return AudioSystem.bluetoothCodecToAudioFormat(btCodecConfig.getCodecType()); in getA2dpCodec()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 2197 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 11144 method public int getCodecType();
|