Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceFeatureQueryManager.java63 cleanup(); in start()
75 cleanup(); in onServiceConnected()
90 cleanup(); in queryImsFeatures()
96 cleanup(); in queryImsFeatures()
100 private void cleanup() { in cleanup() method in ImsServiceFeatureQueryManager.ImsServiceFeatureQuery
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_blur_validation.java41 private void cleanup() { in cleanup() method in UT_blur_validation
84 cleanup(); in run()
89 cleanup(); in run()
95 cleanup(); in run()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_blur_validation.java39 private void cleanup() { in cleanup() method in UT_blur_validation
82 cleanup(); in run()
87 cleanup(); in run()
93 cleanup(); in run()
/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/
DUT_blur_validation.java39 private void cleanup() { in cleanup() method in UT_blur_validation
82 cleanup(); in run()
87 cleanup(); in run()
93 cleanup(); in run()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp97 ~EglManager() { cleanup(); } in ~EglManager()
153 cleanup(); in initialize()
160 cleanup(); in initialize()
166 cleanup(); in initialize()
174 cleanup(); in initialize()
180 cleanup(); in initialize()
192 void cleanup() { in cleanup() function in android::EglManager
/frameworks/base/core/tests/featureflagtests/src/android/util/
DFeatureFlagUtilsTest.java48 cleanup(); in setUp()
53 cleanup(); in tearDown()
56 private void cleanup() { in cleanup() method in FeatureFlagUtilsTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManagerProxy.java68 mInternalFalsingManager.cleanup(); in FalsingManagerProxy()
97 mInternalFalsingManager.cleanup(); in setupFalsingManager()
299 public void cleanup() { in cleanup() method in FalsingManagerProxy
300 mInternalFalsingManager.cleanup(); in cleanup()
/frameworks/base/core/java/android/os/
DTokenWatcher.java104 public void cleanup(IBinder token, boolean unlink) in cleanup() method in TokenWatcher
122 cleanup(token, true); in release()
207 cleanup(token, false); in binderDied()
/frameworks/base/libs/hwui/
DVertexBuffer.h74 mCleanupMethod = &(cleanup<TYPE>); in alloc()
85 mCleanupIndexMethod = &(cleanup<TYPE>); in allocIndices()
154 static void cleanup(void* buffer) { in cleanup() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/
Drun_tests.sh87 cleanup() { function
142 cleanup "${TEST_NAME}"
/frameworks/ml/nn/tools/test_generator/tests/
Dtest.py73 cleanup = 1 variable in Options
247 if Options.cleanup:
284 Options.cleanup = 0
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc160 void Arena::AddListNode(void* elem, void (*cleanup)(void*)) { in AddListNode()
163 node->cleanup = cleanup; in AddListNode()
297 head->cleanup(head->elem); in CleanupList()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DHalWifiScannerImpl.java64 public void cleanup() { in cleanup() method in HalWifiScannerImpl
65 mWificondScannerDelegate.cleanup(); in cleanup()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.h187 status_t save_envelope_impl(bool cleanup);
188 status_t load_envelope_impl(bool cleanup);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFlashlightControllerImpl.java181 boolean cleanup = false; in dispatchListeners()
193 cleanup = true; in dispatchListeners()
196 if (cleanup) { in dispatchListeners()
/frameworks/compile/slang/tests/
Dslang_test.py72 cleanup = 1 variable in Options
306 if Options.cleanup:
343 Options.cleanup = 0
/frameworks/base/core/java/android/content/pm/
DIOtaDexopt.aidl37 void cleanup(); in cleanup() method
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp125 cleanup(); in ~Hwc2TestEglManager()
180 cleanup(); in initialize()
189 cleanup(); in initialize()
195 cleanup(); in initialize()
213 void cleanup() in cleanup() function in Hwc2TestEglManager
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DPasswordSlotManagerTestable.java55 void cleanup() { in cleanup() method in PasswordSlotManagerTestable
/frameworks/native/cmds/installd/
Dotapreopt_script.sh87 cmd otadexopt cleanup
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java185 Handler.getMain().post(this::cleanup); in binderDied()
188 private void cleanup() { in cleanup() method in CompanionDeviceManagerService
265 cleanup(); in stopScan()
400 cleanup(); in createServiceConnection()
442 cleanup(); in getServiceCallback()
447 cleanup(); in getServiceCallback()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DFalsingManager.java107 void cleanup(); in cleanup() method
/frameworks/base/core/java/android/preference/
DVolumePreference.java128 cleanup(); in onDialogClosed()
140 private void cleanup() { in cleanup() method in VolumePreference
/frameworks/native/services/sensorservice/
DBatteryService.h61 static void cleanup(uid_t uid) { in cleanup() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java431 cleanup(); in onBiometricAuthFailed()
440 cleanup(); in onBiometricError()
443 private void cleanup() { in cleanup() method in BiometricUnlockController

12345