Home
last modified time | relevance | path

Searched refs:codecSpecific1 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java203 long codecSpecific1 = 0, codecSpecific2 = 0, codecSpecific3 = 0, in processParameters() local
299 codecSpecific1 = Integer.valueOf(tmpStr); in processParameters()
305 codecSpecific1 = Integer.valueOf(tmpStr); in processParameters()
311 codecSpecific1 = Integer.valueOf(tmpStr); in processParameters()
317 codecSpecific1 = Integer.valueOf(tmpStr); in processParameters()
332 codecSpecific1, codecSpecific2, codecSpecific3, codecSpecific4)) { in processParameters()
448 int channelMode, long codecSpecific1, long codecSpecific2, in setCodecValue() argument
452 + " LDAC quality: " + codecSpecific1); in setCodecValue()
460 .setCodecSpecific1(codecSpecific1) in setCodecValue()
495 bitsPerSample, channelMode, codecSpecific1)) { in setCodecValue()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java253 long codecSpecific1, in BluetoothCodecConfig() argument
263 codecSpecific1, in BluetoothCodecConfig()
289 long codecSpecific1, in BluetoothCodecConfig() argument
298 mCodecSpecific1 = codecSpecific1; in BluetoothCodecConfig()
918 public @NonNull Builder setCodecSpecific1(long codecSpecific1) { in setCodecSpecific1() argument
919 mCodecSpecific1 = codecSpecific1; in setCodecSpecific1()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java589 long codecSpecific1, in buildBluetoothCodecConfig() argument
599 .setCodecSpecific1(codecSpecific1) in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java565 long codecSpecific1, in buildBluetoothCodecConfig() argument
575 .setCodecSpecific1(codecSpecific1) in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp223 jlong codecSpecific1 = env->CallLongMethod( in prepareCodecPreferences() local
241 .codec_specific_1 = codecSpecific1, in prepareCodecPreferences()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java1116 long codecSpecific1, in buildBluetoothCodecConfig() argument
1126 .setCodecSpecific1(codecSpecific1) in buildBluetoothCodecConfig()
DA2dpServiceTest.java1305 long codecSpecific1, in buildBluetoothCodecConfig() argument
1315 .setCodecSpecific1(codecSpecific1) in buildBluetoothCodecConfig()