Home
last modified time | relevance | path

Searched defs:bitsPerSample (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DRadarTests.java81 @RadarParams.BitsPerSample int bitsPerSample = RadarParams.BITS_PER_SAMPLES_64; in testOpenSessionParams() local
118 assertEquals(params.getBitsPerSample(), bitsPerSample); in testOpenSessionParams() local
137 assertEquals(fromBundle.getBitsPerSample(), bitsPerSample); in testOpenSessionParams() local
296 @RadarParams.BitsPerSample int bitsPerSample = RadarParams.BITS_PER_SAMPLES_32; in testRadarData() local
331 assertEquals(data.getBitsPerSample(), bitsPerSample); in testRadarData() local
341 assertEquals(fromBundle.getBitsPerSample(), bitsPerSample); in testRadarData() local
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbRadarData.java28 public int bitsPerSample; field in UwbRadarData
37 int bitsPerSample, in UwbRadarData()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java199 int bitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in processParameters() local
447 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue()
529 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_avrcp_audio_track_test.cc38 int bitsPerSample; member
89 constexpr int bitsPerSample = 16; in TEST_F() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java251 @BitsPerSample int bitsPerSample, in BluetoothCodecConfig()
287 @BitsPerSample int bitsPerSample, in BluetoothCodecConfig()
774 int bitsPerSample = other.mBitsPerSample; in similarCodecFeedingParameters() local
896 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
DBluetoothLeAudioCodecConfig.java244 @BitsPerSample int bitsPerSample, in BluetoothLeAudioCodecConfig()
559 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
DBluetoothCodecStatus.java122 int bitsPerSample = codecConfig.getBitsPerSample(); in isCodecConfigSelectable() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarData.java56 @BitsPerSample int bitsPerSample, in RadarData()
179 public RadarData.Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
DRadarOpenSessionParams.java85 @BitsPerSample int bitsPerSample, in RadarOpenSessionParams()
377 public Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java825 int bitsPerSample, in testCodecParametersChangeHelper()
1114 int bitsPerSample, in buildBluetoothCodecConfig()
DA2dpServiceTest.java1303 int bitsPerSample, in buildBluetoothCodecConfig()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java57 public void setBitsPerSample(int bitsPerSample) { in setBitsPerSample()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_avrcp_audio_track.cc41 int bitsPerSample; member
97 void* BtifAvrcpAudioTrackCreate(int trackFreq, int bitsPerSample, in BtifAvrcpAudioTrackCreate()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java587 int bitsPerSample, in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java563 int bitsPerSample, in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp219 jint bitsPerSample = env->CallIntMethod( in prepareCodecPreferences() local