Searched refs:codecSpecific3 (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 255 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/ |
D | A2dpReceiver.java | 203 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/ |
D | BluetoothCodecStatusTest.java | 591 long codecSpecific3, in buildBluetoothCodecConfig() argument 601 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
|
D | BluetoothCodecConfigTest.java | 567 long codecSpecific3, in buildBluetoothCodecConfig() argument 577 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 227 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/ |
D | A2dpCodecConfigTest.java | 1118 long codecSpecific3, in buildBluetoothCodecConfig() argument 1128 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
|
D | A2dpServiceTest.java | 1307 long codecSpecific3, in buildBluetoothCodecConfig() argument 1317 .setCodecSpecific3(codecSpecific3) in buildBluetoothCodecConfig()
|