Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 37) sorted by relevance

12

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DMaybeNull.java42 public static <T extends AutoCloseable> void close(T closeable) throws Exception { in close() method in MaybeNull
56 public static <T extends UncheckedCloseable> void close(T closeable) { in close() method in MaybeNull
68 public static <T extends Closeable> void close(T closeable) throws IOException { in close() method in MaybeNull
DUncheckedCloseable.java47 void close(); in close() method
/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java166 public abstract void close(); in close() method in CodecImage
DTestMediaDataSource.java100 public synchronized void close() { in close() method in TestMediaDataSource
DIvfReader.java121 public void close() throws IOException{ in close() method in IvfReader
DIvfWriter.java80 public void close() throws IOException{ in close() method in IvfWriter
DCodecUtils.java80 public void close() { in close() method in CodecUtils.ImageWrapper
DAudioTrackNative.java54 public void close() { in close() method in AudioTrackNative
DAudioRecordNative.java51 public void close() { in close() method in AudioRecordNative
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java224 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close() method in JsonWriter
345 public void close() throws IOException { in close() method in JsonWriter
DJsonReader.java504 public void close() throws IOException { in close() method in JsonReader
/cts/tests/tests/os/src/android/os/cts/
DIParcelFileDescriptorPeer.aidl42 void close(); in close() method
DParcelFileDescriptorPeer.java142 public void close() throws RemoteException { in close() method in ParcelFileDescriptorPeer
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java133 public synchronized void close() { in close() method in BlockingInputAllocation
DAllocationCache.java176 public synchronized void close() { in close() method in AllocationCache
DScript.java345 public void close() { in close() method in Script
DScriptGraph.java634 public synchronized void close() { in close() method in ScriptGraph
/cts/tools/vm-tests-tf/src/util/build/
DDasmBuildStep.java148 private static void close(Closeable c) { in close() method in DasmBuildStep
/cts/tools/dasm/src/dasm/
DMain.java176 private static void close(Closeable c) { in close() method in Main
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java119 public synchronized void close() { in close() method in SensorTestScreenManipulator
DPowerTestHostLink.java94 public void close() { in close() method in PowerTestHostLink
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DP2pBroadcastReceiverTest.java61 public synchronized void close() { in close() method in P2pBroadcastReceiverTest
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteCursorTest.java275 public void close() { in close() method in SQLiteCursorTest.MockCursorWindow
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_TestDataBuilder.java245 public void close() { in close() method in ContactsContract_TestDataBuilder.Builder
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java377 public void close() throws Exception { in close() method in Camera2MultiViewTestCase.CameraHolder

12