Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java256 long codecSpecific4) { in BluetoothCodecConfig() argument
266 codecSpecific4); in BluetoothCodecConfig()
292 long codecSpecific4) { in BluetoothCodecConfig() argument
301 mCodecSpecific4 = codecSpecific4; in BluetoothCodecConfig()
951 public @NonNull Builder setCodecSpecific4(long codecSpecific4) { in setCodecSpecific4() argument
952 mCodecSpecific4 = codecSpecific4; in setCodecSpecific4()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java204 codecSpecific4 = 0; in processParameters() local
332 codecSpecific1, codecSpecific2, codecSpecific3, codecSpecific4)) { in processParameters()
449 long codecSpecific3, long codecSpecific4) { in setCodecValue() argument
463 .setCodecSpecific4(codecSpecific4) in setCodecValue()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java592 long codecSpecific4) { in buildBluetoothCodecConfig() argument
602 .setCodecSpecific4(codecSpecific4) in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java568 long codecSpecific4) { in buildBluetoothCodecConfig() argument
578 .setCodecSpecific4(codecSpecific4) in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp229 jlong codecSpecific4 = env->CallLongMethod( in prepareCodecPreferences() local
244 .codec_specific_4 = codecSpecific4}; in prepareCodecPreferences()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java1119 long codecSpecific4) { in buildBluetoothCodecConfig() argument
1129 .setCodecSpecific4(codecSpecific4) in buildBluetoothCodecConfig()
DA2dpServiceTest.java1308 long codecSpecific4) { in buildBluetoothCodecConfig() argument
1318 .setCodecSpecific4(codecSpecific4) in buildBluetoothCodecConfig()