Searched defs:tearDown (Results 1 - 25 of 316) sorted by path

1234567891011>>

/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1150 binder::Status CameraDeviceClient::tearDown(int streamId) { function in class:android::CameraDeviceClient
1177 status_t err = mDevice->tearDown(streamId);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1784 status_t Camera3Device::tearDown(int streamId) { function in class:android::Camera3Device
1804 return stream->tearDown();
H A DCamera3Stream.cpp392 status_t Camera3Stream::tearDown() { function in class:android::camera3::Camera3Stream
/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelArrayPerfTest.java78 public void tearDown() { method in class:ParcelArrayPerfTest
H A DParcelPerfTest.java46 public void tearDown() { method in class:ParcelPerfTest
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTest.java94 public void tearDown() { method in class:UserLifecycleTest
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java62 protected void tearDown() throws Exception { method in class:UiAutomatorTestCase
66 super.tearDown();
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java183 * intervening tearDown call.
201 * <p>The tearDown() method can be used to perform this operation. After the call finishes, all
206 * remain valid and allocated even when tearDown is invoked.</p>
208 * <p>A Surface that has had tearDown() called on it is eligible to have prepare() invoked on it
209 * again even if it was used as a request target before the tearDown() call, as long as it
210 * doesn't get used as a target of a request between the tearDown() and prepare() calls.</p>
226 public abstract void tearDown(@NonNull Surface surface) throws CameraAccessException; method in class:CameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java150 public void tearDown(Surface surface) throws CameraAccessException { method in class:CameraCaptureSessionImpl
151 mDeviceImpl.tearDown(surface);
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java178 public void tearDown(Surface surface) throws CameraAccessException { method in class:CameraConstrainedHighSpeedCaptureSessionImpl
179 mSessionImpl.tearDown(surface);
H A DCameraDeviceImpl.java767 public void tearDown(Surface surface) throws CameraAccessException { method in class:CameraDeviceImpl
782 mRemoteDevice.tearDown(streamId);
H A DICameraDeviceUserWrapper.java200 public void tearDown(int streamId) throws CameraAccessException { method in class:ICameraDeviceUserWrapper
202 mRemoteDevice.tearDown(streamId);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java702 public void tearDown(int streamId) { method in class:CameraDeviceUserShim
704 Log.d(TAG, "tearDown called.");
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java459 protected void tearDown() throws Exception{ method in class:ConnectivityManagerTestBase
467 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java59 // Note: When the test fails in setUp(), tearDown is not called. In that case,
61 // tearDown() is called here to avoid that situation.
62 tearDown();
69 public void tearDown() throws Exception { method in class:ConnectivityManagerMobileTest
72 super.tearDown();
H A DWifiConnectionTest.java54 public void tearDown() throws Exception { method in class:WifiConnectionTest
56 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java61 protected void tearDown() throws Exception { method in class:WifiApStress
69 super.tearDown();
H A DWifiStressTest.java101 tearDown();
109 protected void tearDown() throws Exception { method in class:WifiStressTest
110 logv("tearDown()");
114 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java54 protected void tearDown() throws Exception { method in class:WifiSoftAPTest
57 super.tearDown();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java81 protected void tearDown() throws Exception { method in class:BandwidthTest
83 super.tearDown();
/frameworks/base/core/tests/benchmarks/src/android/content/res/
H A DResourcesBenchmark.java52 protected void tearDown() { method in class:ResourcesBenchmark
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelArrayBenchmark.java55 protected void tearDown() { method in class:ParcelArrayBenchmark
H A DParcelBenchmark.java35 protected void tearDown() { method in class:ParcelBenchmark
/frameworks/base/core/tests/benchmarks/src/android/text/
H A DSpannableStringBuilderBenchmark.java50 protected void tearDown() { method in class:SpannableStringBuilderBenchmark
H A DSpannableStringInternalCopyBenchmark.java43 protected void tearDown() { method in class:SpannableStringInternalCopyBenchmark

Completed in 314 milliseconds

1234567891011>>