Searched refs:close (Results 1 - 25 of 570) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/
H A DEntityIterator.java24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
H A DCursorEntityIterator.java105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java26 * an additional close() method on this interface for the client to indicate
34 public void close(); method in interface:XmlResourceParser
/frameworks/ex/common/java/com/android/common/io/
H A DMoreCloseables.java30 cursor.close();
40 assetFileDescriptor.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
H A DBluetoothOutputStream.java39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
H A DBluetoothServerSocket.java46 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
49 * close the returned {@link BluetoothSocket}.
52 * safe. In particular, {@link #close} will always immediately abort ongoing
53 * operations and close the server socket.
93 * <p>{@link #close} can be used to abort this call from another thread.
107 * <p>{@link #close} can be used to abort this call from another thread.
117 * Immediately close this socket, and release all associated resources.
121 * close any {@link BluetoothSocket} received from {@link #accept()}.
123 public void close() throws IOException { method in class:BluetoothServerSocket
129 mSocket.close();
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DFileHandle.h43 close();
49 void close();
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java70 * <li>{@link #close} must be called after completing I/O operations with a
160 * {@link IOException} by calling {@link #close} from another thread.
162 * <p>Applications must call {@link #close} when I/O operations are complete.
166 * @see #close()
178 * {@link IOException} by calling {@link #close} from another thread.
183 * @see #close()
199 public void close() throws IOException; method in interface:TagTechnology
204 * <p>Returns true if {@link #connect} has completed, and {@link #close} has not been
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowserApplication.java32 mClient.close();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java83 e0.close();
84 e1.close();
85 e2.close();
106 e.close();
128 w0.close();
129 gz1.close();
130 os2.close();
131 gz3.close();
170 e0.close();
171 e1.close();
[all...]
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp53 ::close(socket);
64 ::close(socket);
85 ::close(socket);
98 void close(JNIEnv *env, jobject thiz) function in namespace:__anon1262
101 ::close(socket);
108 {"close", "()V", (void *)close},
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java59 mDatabase.close();
90 statement.close();
126 statement1.close();
127 statement2.close();
139 statement.close();
149 c.close();
161 statement.close();
171 c.close();
184 statement.close();
193 c.close();
[all...]
/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java113 public void close() throws IOException method in class:LocalServerSocket
115 impl.close();
/frameworks/base/libs/utils/tests/
H A DTestHelpers.h39 ::close(sendFd);
43 ::close(receiveFd);
/frameworks/compile/libbcc/tools/
H A Dgen-sha1-stamp.py19 f.close()
34 f.close()
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkSocketTest.java33 ls.close();
/frameworks/base/obex/javax/obex/
H A DObexTransport.java62 void close() throws IOException; method in interface:ObexTransport
/frameworks/base/services/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/compile/linkloader/android/
H A Dtest-librsloader.c83 close(fd);
92 close(fd);
99 close(fd);
113 close(fd);
/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java51 close();
80 public void close() throws IOException { method in class:MicrophoneInputStream
97 close();
98 throw new IOException("someone forgot to close MicrophoneInputStream");
/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/libs/gui/
H A DSensorChannel.cpp54 close(mSendFd);
57 close(mReceiveFd);
87 close(mReceiveFd);
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp46 close(fd);
54 close(fd);
57 close(fd);
/frameworks/base/voip/java/android/net/rtp/
H A DRtpStream.java181 close();
184 private synchronized native void close(); method in class:RtpStream
188 close();

Completed in 2517 milliseconds

1234567891011>>