Searched defs:close (Results 101 - 125 of 200) sorted by relevance

12345678

/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java90 * in addition to the normal FileDescriptor object also allows you to close
152 * Convenience for calling <code>getParcelFileDescriptor().close()</code>.
155 public void close() throws IOException { method in class:AssetFileDescriptor
156 mFd.close();
160 * Create and return a new auto-close input stream for this asset. This
175 * Create and return a new auto-close output stream for this asset. This
197 * take care of calling {@link ParcelFileDescriptor#close
198 * ParcelFileDescritor.close()} for you when the stream is closed.
284 * take care of calling {@link ParcelFileDescriptor#close
285 * ParcelFileDescritor.close()} fo
[all...]
/frameworks/base/core/java/android/database/
H A DCursor.java375 void close(); method in interface:Cursor
404 * {@link #requery()}, {@link #deactivate()}, or {@link #close()}.
H A DCursorWrapper.java48 public void close() { method in class:CursorWrapper
49 mCursor.close();
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java268 * <p>The semantics are identical to {@link #close}, except that unconfiguring will be skipped.
274 * @see CameraCaptureSession#close
292 // - This session is active, so close() below starts the shutdown drain
302 close();
306 public synchronized void close() { method in class:CameraCaptureSessionImpl
309 if (VERBOSE) Log.v(TAG, mIdString + "close - reentering");
313 if (VERBOSE) Log.v(TAG, mIdString + "close - first time");
341 // OK: close does not throw checked exceptions.
464 close();
534 // Ignore #onUnconfigured before #close i
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java55 public void close() { method in class:UsbDeviceConnection
/frameworks/base/core/java/android/net/
H A DLocalSocket.java194 public void close() throws IOException { method in class:LocalSocket
196 impl.close();
H A DSSLCertificateSocketFactory.java434 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { argument
435 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java254 public void close() { method in class:AndroidHttpClient
328 zipper.close();
/frameworks/base/core/java/android/os/
H A DDropBoxManager.java84 * {@link #close()} when you are done using it.
167 public void close() { method in class:DropBoxManager.Entry
168 try { if (mFileDescriptor != null) mFileDescriptor.close(); } catch (IOException e) { }
202 try { if (is != null) is.close(); } catch (IOException e) {}
301 entry.close();
320 * {@link Entry#close()} on the return value!
H A DMemoryFile.java88 public void close() { method in class:MemoryFile
96 * Unmaps the memory file from the process's memory space, but does not close it.
131 close();
/frameworks/base/core/java/android/view/
H A DMenu.java123 * Flag for {@link #performShortcut}: if set, do not close the menu after
130 * close the menu after executing the shortcut. Closing the menu also resets
400 public void close(); method in interface:Menu
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java117 mGuard.open("close");
121 public void close() { method in class:NativeLibraryHelper.Handle
125 mGuard.close();
136 close();
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java165 public void close() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java20 public void close() throws IOException { method in class:FastPrintWriter.DummyWriter
28 close();
33 close();
400 public void close() { method in class:FastPrintWriter
405 mOutputStream.close();
407 mWriter.close();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java125 public void close() { method in class:ActionMenu
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp108 document->close();
111 void close() { function in class:android::PdfDocument
120 close();
155 document->close();
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java37 * pages, you write the document to an output stream and close the document.
67 * // close the document
68 * document.close();
94 mCloseGuard.open("close");
105 * <strong>Note:</strong> Do not call this method after {@link #close()}.
131 * <strong>Note:</strong> Do not call this method after {@link #close()}.
160 * <strong>Note:</strong> Do not call this method after {@link #close()}.
197 public void close() { method in class:PdfDocument
215 mCloseGuard.close();
H A DPdfEditor.java53 * with this class you must call {@link #close()}.
66 * @see #close()
84 mCloseGuard.open("close");
232 public void close() { method in class:PdfEditor
253 mCloseGuard.close();
H A DPdfRenderer.java43 * to render, you open the page, render it, and close the page. After you are done
44 * with rendering, you close the renderer. After the renderer is closed it should not
65 * // close the page
66 * page.close();
69 * // close the renderer
70 * renderer.close();
99 * @see #close()
155 mCloseGuard.open("close");
162 public void close() { method in class:PdfRenderer
197 * @see android.graphics.pdf.PdfRenderer.Page#close() PdfRendere
393 public void close() { method in class:PdfRenderer.Page
[all...]
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java333 keyChainConnection.close();
371 keyChainConnection.close();
429 @Override public void close() { method in class:KeyChain.KeyChainConnection
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java50 * The connection will be closed when you call {@link #close()}
59 connection.close();
69 public void close() { method in class:MtpDevice
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterPort.java79 public void close() { method in class:FilterPort
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java447 public void close(FilterContext context) { method in class:MediaEncoderFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java212 public void close(FilterContext context) { method in class:CameraSource
284 // the requested size, but as close as possible. The below isn't a
H A DMediaSource.java229 // Video playback is done, so close us down
244 // Video playback is done, so close us down
268 // Video playback is done, so close us down
346 public void close(FilterContext context) { method in class:MediaSource

Completed in 436 milliseconds

12345678