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

12

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp228 texture->cleanup = true;
H A DPathCache.cpp212 // before attempting our cleanup
299 texture->cleanup = true;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java177 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java181 public void cleanup() { method in class:RSTestCore
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp167 static void cleanup() { function
1236 goto cleanup;
1279 cleanup:
1280 cleanup();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp101 void cleanup(JNIEnv *env);
218 void MyMtpDatabase::cleanup(JNIEnv *env) { function in class:MyMtpDatabase
1156 database->cleanup(env);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1451 if (sBluetoothLeAdvertiser != null) sBluetoothLeAdvertiser.cleanup();
1452 if (sBluetoothLeScanner != null) sBluetoothLeScanner.cleanup();
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java45 * cleanup of the state respectively. The <code>getName</code> method returns the
625 synchronized void cleanup() { method in class:StateMachine.LogRecords
882 * Call onQuitting to let subclasses cleanup.
910 mLogRecords.cleanup();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java921 * @return boolean - true if we did cleanup any connections, false if they
942 // TODO - only do cleanup if not disconnected
1551 boolean cleanup = false;
1559 cleanup = true;
1571 // fall through: this is unexpected but if it happens cleanup and try setup
1574 // We're "READY" but not active so disconnect (cleanup = true) and
1593 cleanup = true;
1595 cleanup = false;
1615 if (cleanup) cleanUpConnection(true, apnContext);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp595 goto cleanup;
718 cleanup:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningServiceImpl.java120 ci.cleanup();
692 void cleanup() { method in class:WifiScanningServiceImpl.ClientInfo
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp759 sFlpInterface->cleanup();
H A Dcom_android_server_location_GpsLocationProvider.cpp549 sGpsInterface->cleanup();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp409 // cleanup. So copy all the strongPointers to a vector before the lock is acquired.
703 BatteryService::cleanup(c->getUid());
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1594 public void cleanup() { method in class:BatteryStatsImpl.OverflowArrayMap
4810 mWakelockStats.cleanup();
4821 mSyncStats.cleanup();
4832 mJobStats.cleanup();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java120 mGSMTestHandler.cleanup();

Completed in 415 milliseconds

12