Searched refs:cleanup (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java188 public void cleanup() { method in class:RSTestCore
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java43 * cleanup of the state respectively. The <code>getName</code> method returns the
602 synchronized void cleanup() { method in class:StateMachine.LogRecords
822 * Call onQuitting to let subclasses cleanup.
850 mLogRecords.cleanup();
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp556 goto cleanup;
592 goto cleanup;
712 cleanup:
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp94 void cleanup(JNIEnv *env);
210 void MyMtpDatabase::cleanup(JNIEnv *env) { function in class:MyMtpDatabase
1084 database->cleanup(env);
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c61 #define CLEANUPonERR(func) if ((err = func) != M4NO_ERROR) goto cleanup
2894 goto cleanup;
2909 goto cleanup;
2913 goto cleanup;
2959 goto cleanup;
3164 goto cleanup;
3196 goto cleanup;
3359 goto cleanup;
4519 cleanup:
4539 /* Remove safety file if still present (here it is cleanup i
[all...]
/frameworks/base/libs/hwui/
H A DShapeCache.h605 texture->cleanup = true;
H A DSkiaShader.cpp393 copy->cleanup();
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp307 sGpsInterface->cleanup();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp425 BatteryService::cleanup(c->getUid());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java681 // When DCT/ApnContexts are refactored and we cleanup retrying
1234 // A list of apns to cleanup, those that aren't in the list we know we have to cleanup
1237 // Find which connections have changed state and send a notification or cleanup
1270 log("onDataStateChanged(ar): inactive, cleanup apns=" + connectedApns);
1285 // If the same address type was removed and added we need to cleanup
1304 log("onDataStateChanged(ar): addr change, cleanup apns=" +
1324 log("onDataStateChanged(ar): interface change, cleanup apns="
1574 boolean cleanup = false;
1588 cleanup
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1374 goto cleanup;
1381 cleanup:
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c2679 /* Well... how the heck do you handle a failed cleanup? */
2698 /* Well... how the heck do you handle a failed cleanup? */
3024 goto cleanup;
3035 goto cleanup;
3044 goto cleanup;
3113 cleanup:
H A DM4xVSS_internal.c299 goto cleanup;
310 goto cleanup;
320 goto cleanup;
402 cleanup:
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java118 mGSMTestHandler.cleanup();

Completed in 259 milliseconds

12