Searched refs:close (Results 26 - 50 of 999) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java109 public void close() throws IOException method in class:LocalServerSocket
111 impl.close();
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java34 from.close();
35 to.close();
/frameworks/native/libs/input/tests/
H A DTestHelpers.h41 ::close(sendFd);
45 ::close(receiveFd);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java46 public void close() throws IOException { method in class:BluetoothMapRfcommTransport
47 mSocket.close();
/frameworks/av/media/img_utils/include/img_utils/
H A DInput.h64 virtual status_t close();
H A DOutput.h55 virtual status_t close();
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.h39 void close();
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java71 * <li>{@link #close} must be called after completing I/O operations with a
170 * {@link IOException} by calling {@link #close} from another thread.
172 * <p>Applications must call {@link #close} when I/O operations are complete.
176 * @see #close()
188 * {@link IOException} by calling {@link #close} from another thread.
193 * @see #close()
209 public void close() throws IOException; method in interface:TagTechnology
214 * <p>Returns true if {@link #connect} has completed, and {@link #close} has not been
/frameworks/base/services/core/java/com/android/server/
H A DRandomBlock.java48 close(stream);
73 close(out);
91 private static void close(Closeable c) { method in class:RandomBlock
96 c.close();
/frameworks/base/services/core/jni/
H A Dcom_android_server_am_ActivityManagerService.cpp64 close(boost_cpuset_fd);
83 close(boost_cpuset_fd);
109 close(fg_cpuset_fd);
130 close(fg_cpuset_fd);
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java66 fileToClose.close();
99 file.close();
136 is.close();
139 file.close();
182 is.close();
185 file.close();
189 // Tests that close() is idempotent
195 file.close();
196 file.close();
203 file.close();
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOutputPort.java51 public void close() { method in class:OutputPort
52 super.close();
54 mTargetPort.close();
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp47 close(fd);
55 close(fd);
58 close(fd);
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java184 close();
188 private native void close(); method in class:RtpStream
192 close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java42 window.close();
50 window.close();
58 window.close();
67 window.close();
74 window.close();
H A DDatabaseErrorHandlerTest.java53 mDatabase.close();
70 writer.close();
107 // close the database
109 dbObj.close();
/frameworks/base/media/java/android/media/midi/
H A DMidiInputPort.java59 mGuard.open("close");
116 // Set mIsClosed = true so we will not call mDeviceServer.closePort() in close().
117 // MidiDevice.MidiConnection.close() will do the cleanup instead.
123 // used by MidiDevice.MidiConnection to close this port after the connection is closed
128 // used by MidiDevice.MidiConnection to close this port after the connection is closed
134 public void close() throws IOException { method in class:MidiInputPort
137 mGuard.close();
140 mParcelFileDescriptor.close();
144 mOutputStream.close();
152 Log.e(TAG, "RemoteException in MidiInputPort.close()");
[all...]
H A DMidiDevice.java65 mGuard.open("close");
69 public void close() throws IOException { method in class:MidiDevice.MidiConnection
72 mGuard.close();
74 // close input port
76 // close output port
79 Log.e(TAG, "RemoteException in MidiConnection.close");
89 close();
103 mGuard.open("close");
174 * to close the connection.
197 // and we can safely close thi
213 public void close() throws IOException { method in class:MidiDevice
[all...]
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java54 new ZipFile(zipFile).close();
82 raf.close();
108 zip.close();
127 in.close();
128 out.close();
135 raf.close();
139 zip.close();
157 in.close();
158 out.close();
165 raf.close();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java69 c2.close();
72 c2.close();
96 c3.close();
120 c5.close();
123 c5.close();
154 cur.close();
156 if (c != null) c.close();
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DAppFuseTest.java42 appFuse.close();
63 fd.close();
64 appFuse.close();
76 appFuse.close();
88 appFuse.close();
129 appFuse.close();
169 appFuse.close();
195 appFuse.close();
230 IoUtils.close(fd.getFileDescriptor());
235 appFuse.close();
[all...]
/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h40 virtual void close();
68 virtual void close() { mSource->close(); } function in class:android::TinyCacheSource
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java116 public void close() { method in class:BulkCursorToCursorAdaptor
117 super.close();
121 mBulkCursor.close();
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProviderTest.java45 in.close();
63 in.close();
78 in.close();
/frameworks/base/media/java/android/media/
H A DAmrInputStream.java103 public void close() throws IOException { method in class:AmrInputStream
105 if (mInputStream != null) mInputStream.close();
123 close();
124 throw new IllegalStateException("someone forgot to close AmrInputStream");

Completed in 3617 milliseconds

1234567891011>>