/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 132 BITS_PER_SAMPLE_NONE, 141 public static final int BITS_PER_SAMPLE_NONE = 0; field in BluetoothCodecConfig 203 mBitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in BluetoothCodecConfig() 249 && (mBitsPerSample != BITS_PER_SAMPLE_NONE) in isValid() 294 if (mBitsPerSample == BITS_PER_SAMPLE_NONE) { in toString() 622 if (mBitsPerSample == BluetoothCodecConfig.BITS_PER_SAMPLE_NONE in similarCodecFeedingParameters() 623 || bitsPerSample == BluetoothCodecConfig.BITS_PER_SAMPLE_NONE) { in similarCodecFeedingParameters()
|
H A D | BluetoothCodecStatus.java | 117 && bitsPerSample != BluetoothCodecConfig.BITS_PER_SAMPLE_NONE) { in isCodecConfigSelectable()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfig.java | 239 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, BluetoothCodecConfig in assignCodecConfigPriorities() 245 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, BluetoothCodecConfig in assignCodecConfigPriorities() 251 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, BluetoothCodecConfig in assignCodecConfigPriorities() 257 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, BluetoothCodecConfig in assignCodecConfigPriorities() 263 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, BluetoothCodecConfig in assignCodecConfigPriorities()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothQualityDialogPreferenceControllerTest.java | 83 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup() 89 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup()
|
H A D | BluetoothChannelModeDialogPreferenceControllerTest.java | 86 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup() 92 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup()
|
H A D | BluetoothSampleRateDialogPreferenceControllerTest.java | 87 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup() 93 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in setup()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfigTest.java | 361 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in testSetCodecPreference_parametersChangedInSameCodec() 458 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in testSetCodecPreference_parametersChangedToAnotherCodec() 472 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in testSetCodecPreference_parametersChangedToAnotherCodec() 576 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in testDisableOptionalCodecs() 609 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, in testEnableOptionalCodecs()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | AbstractBluetoothDialogPreferenceController.java | 254 return BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in getHighestBitsPerSample() 262 return BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in getHighestBitsPerSample()
|
H A D | BluetoothBitPerSampleDialogPreferenceController.java | 59 int bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in writeConfigurationValues()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | BluetoothA2dpConfigStore.java | 30 private int mBitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE;
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecConfigTest.java | 55 BluetoothCodecConfig.BITS_PER_SAMPLE_NONE, 178 } else if (bits_per_sample == BluetoothCodecConfig.BITS_PER_SAMPLE_NONE) { in testBluetoothCodecConfig_valid_get_methods()
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | A2dpReceiver.java | 198 int bitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in processParameters() 321 || bitsPerSample == BluetoothCodecConfig.BITS_PER_SAMPLE_NONE) { in processParameters()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 2528 // Default: BITS_PER_SAMPLE_NONE 2578 // Default: empty and BITS_PER_SAMPLE_NONE for individual item
|