Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java254 long codecSpecific2, in BluetoothCodecConfig() argument
264 codecSpecific2, in BluetoothCodecConfig()
290 long codecSpecific2, in BluetoothCodecConfig() argument
299 mCodecSpecific2 = codecSpecific2; in BluetoothCodecConfig()
929 public @NonNull Builder setCodecSpecific2(long codecSpecific2) { in setCodecSpecific2() argument
930 mCodecSpecific2 = codecSpecific2; in setCodecSpecific2()
/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()
448 int channelMode, long codecSpecific1, long codecSpecific2, in setCodecValue() argument
461 .setCodecSpecific2(codecSpecific2) in setCodecValue()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java590 long codecSpecific2, in buildBluetoothCodecConfig() argument
600 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
DBluetoothCodecConfigTest.java566 long codecSpecific2, in buildBluetoothCodecConfig() argument
576 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp225 jlong codecSpecific2 = env->CallLongMethod( in prepareCodecPreferences() local
242 .codec_specific_2 = codecSpecific2, in prepareCodecPreferences()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java1117 long codecSpecific2, in buildBluetoothCodecConfig() argument
1127 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
DA2dpServiceTest.java1306 long codecSpecific2, in buildBluetoothCodecConfig() argument
1316 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()