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

1234567891011>>

/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();
H A DByteArrayOutput.h62 virtual status_t close();
71 * open, write, or close is called after this method.
H A DFileInput.h65 virtual status_t close();
H A DFileOutput.h36 virtual status_t 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/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.java63 mGuard.open("close");
67 public void close() throws IOException { method in class:MidiDevice.MidiConnection
70 mGuard.close();
72 // close input port
74 // close output port
77 Log.e(TAG, "RemoteException in MidiConnection.close");
87 close();
101 mGuard.open("close");
166 * to close the connection.
185 // close ou
195 public void close() throws IOException { method in class:MidiDevice
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp52 close(serverSocket);
58 close(serverSocket);
67 close(serverSocket);
89 close(serverSocket);
105 close(mSocket);
/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/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");
H A DResampleInputStream.java128 public void close() throws IOException { method in class:ResampleInputStream
130 if (mInputStream != null) mInputStream.close();
139 close();
140 throw new IllegalStateException("someone forgot to close ResampleInputStream");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootCursorWrapper.java72 public void close() { method in class:RootCursorWrapper
73 super.close();
74 mCursor.close();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java62 mCursor.close();
156 public void close() { method in class:CursorObjectAdapter
158 mCursor.close();

Completed in 606 milliseconds

1234567891011>>