Searched refs:getCodecSpecific3 (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 44 jmethodID getCodecSpecific3; member 214 android_bluetooth_BluetoothCodecConfig.getCodecSpecific3 = env->GetMethodID( in classInitNative() 265 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific3); 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 | 535 public long getCodecSpecific3() { in getCodecSpecific3() method in BluetoothCodecConfig
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecConfigTest.java | 222 assertEquals(codec_specific3, bcc.getCodecSpecific3()); in testBluetoothCodecConfig_valid_get_methods()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpService.java | 959 codecConfig.getCodecSpecific3(), codecConfig.getCodecSpecific4(), metricId); in codecConfigUpdated() 967 codecConfig.getCodecSpecific3(), codecConfig.getCodecSpecific4(), metricId); in codecConfigUpdated()
|