Searched defs:close (Results 1 - 25 of 165) sorted by relevance

1234567

/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/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DAutoCloseable.java31 void close() throws Exception; } method in interface:AutoCloseable
/frameworks/base/core/java/android/os/
H A DConditionVariable.java25 * open(), close() and block() are sticky. If open() is called before block(),
59 * Any threads that later approach block() will not block unless close()
79 public void close() method in class:ConditionVariable
/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();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteClosable.java31 * a call to {@link #releaseReference()} or {@link #close()}.
105 public void close() { method in class:SQLiteClosable
/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java113 public void close() throws IOException method in class:LocalServerSocket
115 impl.close();
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java115 public void close() { method in class:AndroidHandler
116 // No need to close, but must implement abstract method.
/frameworks/base/libs/hwui/thread/
H A DBarrier.h36 void close() { function in class:android::uirenderer::Barrier
/frameworks/base/media/java/android/media/
H A DImage.java130 public abstract void close(); method in class:Image
/frameworks/base/obex/javax/obex/
H A DObexTransport.java62 void close() throws IOException; method in interface:ObexTransport
H A DOperation.java77 * out.close();
78 * op.close();
96 * in.close();
97 * op.close();
103 * <code>close()</code> the <code>OutputStream</code> returned from
108 * <code>getResponseCode()</code> will do an implicit close on the
114 * close on the <code>InputStream</code>. No further data may be read at this
124 * operation since <code>close()</code> will be called by this method.
178 void close() throws IOException; method in interface:Operation
H A DPrivateInputStream.java177 public void close() throws IOException { method in class:PrivateInputStream
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java72 public synchronized void close() throws Exception { method in class:CameraTestThread
88 close();
/frameworks/native/services/surfaceflinger/
H A DBarrier.h36 void close() { function in class:android::Barrier
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp53 ::close(socket);
64 ::close(socket);
85 ::close(socket);
89 void close(JNIEnv *env, jobject thiz) function in namespace:__anon1585
92 ::close(socket);
98 {"close", "()V", (void *)close},
/frameworks/support/v4/java/android/support/v4/util/
H A DLogWriter.java43 @Override public void close() { method in class:LogWriter
/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java117 public void close() throws IOException { method in class:BasicTagTechnology
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/core/java/android/util/
H A DBase64OutputStream.java89 * before doing a write(byte[], int, int) or a close().
104 public void close() throws IOException { method in class:Base64OutputStream
115 out.close();
H A DLogWriter.java56 @Override public void close() { method in class:LogWriter
/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java62 public void close() { method in class:WebIconDatabase
/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java73 public void close() throws IOException { method in class:DrmOutputStream
78 mFile.close();

Completed in 966 milliseconds

1234567