Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java255 long codecSpecific3, in BluetoothCodecConfig() argument
265 codecSpecific3, in BluetoothCodecConfig()
291 long codecSpecific3, in BluetoothCodecConfig() argument
300 mCodecSpecific3 = codecSpecific3; in BluetoothCodecConfig()
940 public @NonNull Builder setCodecSpecific3(long codecSpecific3) { in setCodecSpecific3() argument
941 mCodecSpecific3 = codecSpecific3; in setCodecSpecific3()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java203 long codecSpecific1 = 0, codecSpecific2 = 0, codecSpecific3 = 0, in processParameters() local
332 codecSpecific1, codecSpecific2, codecSpecific3, codecSpecific4)) { in processParameters()
449 long codecSpecific3, long codecSpecific4) { in setCodecValue() argument
462 .setCodecSpecific3(codecSpecific3) in setCodecValue()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java591 long codecSpecific3, in buildBluetoothCodecConfig() argument
601 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java567 long codecSpecific3, in buildBluetoothCodecConfig() argument
577 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp227 jlong codecSpecific3 = env->CallLongMethod( in prepareCodecPreferences() local
243 .codec_specific_3 = codecSpecific3, in prepareCodecPreferences()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java1118 long codecSpecific3, in buildBluetoothCodecConfig() argument
1128 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
DA2dpServiceTest.java1307 long codecSpecific3, in buildBluetoothCodecConfig() argument
1317 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()