Searched refs:getCodecSpecific2 (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 43 jmethodID getCodecSpecific2; member 212 android_bluetooth_BluetoothCodecConfig.getCodecSpecific2 = env->GetMethodID( in classInitNative() 263 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific2); in prepareCodecPreferences()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfigTest.java | 643 codecConfig.getCodecSpecific2(), codecConfig.getCodecSpecific3(), in getDefaultCodecConfigByType() 660 codecCapabilities.getCodecSpecific2(), codecCapabilities.getCodecSpecific3(), in getCodecCapabilitiesByType()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 524 public long getCodecSpecific2() { in getCodecSpecific2() method in BluetoothCodecConfig
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecConfigTest.java | 221 assertEquals(codec_specific2, bcc.getCodecSpecific2()); in testBluetoothCodecConfig_valid_get_methods()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpService.java | 958 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated() 966 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated()
|