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

12

/frameworks/base/libs/hwui/
H A DTexture.h82 bool cleanup; member in class:android::uirenderer::Texture
126 if (mTexture && mTexture->cleanup) {
H A DTexture.cpp28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
H A DVertexBuffer.h76 mCleanupMethod = &(cleanup<TYPE>);
87 mCleanupIndexMethod = &(cleanup<TYPE>);
154 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
H A DTextureCache.cpp219 texture->cleanup = true;
228 texture->cleanup = true;
/frameworks/base/core/java/android/os/
H A DTokenWatcher.java90 public void cleanup(IBinder token, boolean unlink) method in class:TokenWatcher
108 cleanup(token, true);
193 cleanup(token, false);
/frameworks/compile/slang/tests/
H A Dtest.py25 cleanup = 1 variable in class:Options
159 if Options.cleanup:
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
195 elif arg in ('-n', '--no-cleanup'):
196 Options.cleanup = 0
/frameworks/rs/driver/
H A DrsdPath.cpp65 static void cleanup(const Context *rsc, const Path *m) { function
75 cleanup(rsc, m);
99 cleanup(rsc, m);
/frameworks/native/services/sensorservice/
H A DBatteryService.h60 static void cleanup(uid_t uid) { function in class:android::BatteryService
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java118 cleanup((TestCase)test);
169 private void cleanup(TestCase test) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java77 public void cleanup() { method in class:GSMTestHandler
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java253 boolean cleanup = false;
265 cleanup = true;
268 if (cleanup) {
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java115 cleanup();
127 private void cleanup() { method in class:VolumePreference
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java107 cleanup();
111 void cleanup() { method in class:FrameworkPerfActivity.TestConnection
347 conn.cleanup();
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp385 goto cleanup;
447 goto cleanup;
507 cleanup:
/frameworks/base/tools/obbtool/
H A Dmkobb.sh87 cleanup() { function
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java75 if (ci != null) ci.cleanup();
205 void cleanup() { method in class:RttService.RttServiceImpl.ClientInfo
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java451 void cleanup() { method in class:ImageProcessingActivity
483 cleanup();
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java170 public void cleanup() { method in class:BluetoothLeAdvertiser
H A DBluetoothLeScanner.java202 public void cleanup() { method in class:BluetoothLeScanner

Completed in 551 milliseconds

12