Home
last modified time | relevance | path

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

12

/cts/tests/camera/utils/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
DYUVImage.java98 public void close() { in close() method in YUVImage
DIvfWriter.java86 public void close() throws IOException{ in close() method in IvfWriter
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java57 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.RestrictionApplicator
73 public void close() throws IOException { in close() method in CustomizationRestrictionsTest.BroadcastReceiverRegistrator
/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
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java75 public void close() throws IOException { in close() method in ReportLogDeviceInfoStore
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java76 public void close() throws IOException { in close() method in ReportLogHostInfoStore
DHostInfoStore.java56 public void close() throws IOException { in close() method in HostInfoStore
/cts/tests/app/src/android/app/cts/
DNewDocumentTest.java69 public void close() { in close() method in NewDocumentTest.Receiver
/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/camera/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
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DDatabase.java81 public void close() { in close() method in Database
/cts/tools/vm-tests-tf/src/util/build/
DDasmBuildStep.java148 private static void close(Closeable c) { in close() method in DasmBuildStep
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java119 public synchronized void close() { in close() method in SensorTestScreenManipulator
/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/p2p/testcase/
DP2pBroadcastReceiverTest.java61 public synchronized void close() { in close() method in P2pBroadcastReceiverTest
/cts/tests/tests/nativemedia/aaudio/src/
Dutils.cpp140 void StreamBuilderHelper::close() { in close() function in StreamBuilderHelper
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DStreamRecorder.java154 public void close() { in close() method in StreamRecorder
DStreamPlayer.java151 public void close() { in close() method in StreamPlayer

12