Home
last modified time | relevance | path

Searched refs:resetConfig (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/samsung/nfc/halimpl/include/
H A Dconfig.h73 void resetConfig(void);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DWorkTypeConfigTest.java64 resetConfig(); in tearDown()
67 private void resetConfig() { in resetConfig() method in WorkTypeConfigTest
93 resetConfig(); in check()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
H A DEseAdaptation.cc40 extern void resetConfig();
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
H A DEseAdaptation.cpp40 extern void resetConfig();
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h201 bool previewAsPostview, bool resetConfig);
H A DQCameraParametersIntf.cpp813 bool previewAsPostview, bool resetConfig) in setStreamConfigure() argument
818 previewAsPostview, resetConfig); in setStreamConfigure()
H A DQCameraParameters.h773 bool setStreamConfigure(bool isCapture, bool previewAsPostview, bool resetConfig);
H A DQCameraParameters.cpp13688 bool previewAsPostview, bool resetConfig) { in setStreamConfigure() argument
13703 if (resetConfig) { in setStreamConfigure()
/aosp12/hardware/st/nfc/1.0/adaptation/
H A Dconfig.cpp659 extern void resetConfig() { in resetConfig() function
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp739 extern void resetConfig() { in resetConfig() function
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java292 public static void resetConfig(Instrumentation instrumentation) { in resetConfig() method in ShortcutManagerTestUtils