Searched refs:codecSpecific2 (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 254 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/ |
D | A2dpReceiver.java | 203 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/ |
D | BluetoothCodecStatusTest.java | 590 long codecSpecific2, in buildBluetoothCodecConfig() argument 600 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
|
D | BluetoothCodecConfigTest.java | 566 long codecSpecific2, in buildBluetoothCodecConfig() argument 576 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 225 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/ |
D | A2dpCodecConfigTest.java | 1117 long codecSpecific2, in buildBluetoothCodecConfig() argument 1127 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
|
D | A2dpServiceTest.java | 1306 long codecSpecific2, in buildBluetoothCodecConfig() argument 1316 .setCodecSpecific2(codecSpecific2) in buildBluetoothCodecConfig()
|