/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecStatusTest.java | 38 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 46 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 54 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 63 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 73 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 83 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 93 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 103 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 113 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 122 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, [all …]
|
H A D | BluetoothCodecConfigTest.java | 42 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, 231 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 239 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 248 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 266 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 275 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 284 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 293 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 302 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() 311 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testBluetoothCodecConfig_equals() [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfig.java | 45 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; 47 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; 49 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; 51 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; 53 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; 187 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in assignCodecConfigPriorities() 197 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in assignCodecConfigPriorities() 207 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in assignCodecConfigPriorities() 217 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in assignCodecConfigPriorities() 227 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in assignCodecConfigPriorities()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfigTest.java | 585 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT)); in testDisableOptionalCodecs() 595 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT)); in testDisableOptionalCodecs() 617 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT)); in testEnableOptionalCodecs() 626 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT)); in testEnableOptionalCodecs() 639 (codecPriority != BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT in getDefaultCodecConfigByType() 848 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT).getCodecPriority() in testCodecPriorityChangeHelper()
|
H A D | A2dpStateMachineTest.java | 85 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setUp() 92 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setUp()
|
H A D | A2dpServiceTest.java | 572 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testProcessAudioStateChangedCodecConfigChangedEvents() 1035 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testUpdateOptionalCodecsSupportCase() 1043 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in testUpdateOptionalCodecsSupportCase()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothQualityDialogPreferenceControllerTest.java | 81 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup() 87 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup()
|
H A D | BluetoothBitPerSampleDialogPreferenceControllerTest.java | 84 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup() 90 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup()
|
H A D | BluetoothChannelModeDialogPreferenceControllerTest.java | 84 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup() 90 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup()
|
H A D | BluetoothSampleRateDialogPreferenceControllerTest.java | 85 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup() 91 BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT, in setup()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 79 CODEC_PRIORITY_DEFAULT, 89 public static final int CODEC_PRIORITY_DEFAULT = 0; field in BluetoothCodecConfig 201 mCodecPriority = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in BluetoothCodecConfig()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | BluetoothA2dpConfigStore.java | 28 private int mCodecPriority = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothCodecDialogPreferenceController.java | 93 int codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in writeConfigurationValues()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 2522 // Default: CODEC_PRIORITY_DEFAULT 2570 // Default: CODEC_PRIORITY_DEFAULT
|