Home
last modified time | relevance | path

Searched refs:getCodecSpecific1 (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java760 && (prevCodecConfig.getCodecSpecific1() in processCodecConfigEvent()
761 != newCodecConfig.getCodecSpecific1())) { in processCodecConfigEvent()
767 && (prevCodecConfig.getCodecSpecific1() in processCodecConfigEvent()
768 != newCodecConfig.getCodecSpecific1())) { in processCodecConfigEvent()
DA2dpService.java987 codecConfig.getCodecSpecific1(), in codecConfigUpdated()
1003 codecConfig.getCodecSpecific1(), in codecConfigUpdated()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothQualityDialogPreferenceController.java79 return convertCfgToBtnIndex((int) config.getCodecSpecific1()); in getCurrentIndexByConfig()
DAbstractBluetoothListPreferenceController.java266 mBluetoothA2dpConfigStore.setCodecSpecific1Value(config.getCodecSpecific1()); in initConfigStore()
DAbstractBluetoothDialogPreferenceController.java124 mBluetoothA2dpConfigStore.setCodecSpecific1Value(config.getCodecSpecific1()); in initConfigStore()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp41 jmethodID getCodecSpecific1; member
224 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific1); in prepareCodecPreferences()
566 &android_bluetooth_BluetoothCodecConfig.getCodecSpecific1}, in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_hap_client.cpp63 jmethodID getCodecSpecific1; member
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothListPreferenceControllerTest.java221 .setCodecSpecific1Value(mCodecConfigAAC.getCodecSpecific1()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
DAbstractBluetoothDialogPreferenceControllerTest.java229 mCodecConfigAAC.getCodecSpecific1()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java786 codecConfig.getCodecSpecific1(), in getDefaultCodecConfigByType()
809 codecCapabilities.getCodecSpecific1(), in getCodecCapabilitiesByType()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java633 public long getCodecSpecific1() { in getCodecSpecific1() method in BluetoothCodecConfig
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java540 && codecConfig.getCodecSpecific1() == codecSpecific1) return true; in verifyCodeConfig()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java272 expect.that(bcc.getCodecSpecific1()).isEqualTo(codec_specific1); in testBluetoothCodecConfig_valid_get_methods()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt429 method public long getCodecSpecific1();