Searched defs:close (Results 151 - 175 of 200) sorted by relevance

12345678

/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java107 cursor.close();
117 // TODO: Is this really what this is supposed to do? Just remove the cursors? Not close them?
131 public void close() { method in class:CompositeCursorAdapter
135 cursor.close();
220 prevCursor.close();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java86 public void close() { method in class:ImsUt
90 miUt.close();
H A DImsManager.java361 public void close(int serviceId) throws ImsException { method in class:ImsManager
365 mImsService.close(serviceId);
367 throw new ImsException("close()", e,
/frameworks/av/media/mtp/
H A DMtpDevice.cpp197 close();
222 void MtpDevice::close() { function in class:android::MtpDevice
773 ::close(fd);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java145 public void close() { method in class:AbstractCursor
317 // cursor will unregister all observers when it close
436 if (!mClosed) close();
H A DDatabaseUtils.java815 prog.close();
837 prog.close();
862 prog.close();
1054 if (cur != null) cur.close();
1321 public void close() { method in class:DatabaseUtils.InsertHelper
1323 mInsertStatement.close();
1327 mReplaceStatement.close();
1357 db.close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java190 mCloseGuard.open("close");
204 public void close() { method in class:SQLiteConnectionPool
213 mCloseGuard.close();
266 // because we need to close all but the primary connection first.
296 // we have no choice but to close the primary connection beforehand
303 // close and discard all existing connections.
490 + "to end transactions in progress properly and to close the database "
528 connection.close(); // might throw
530 Log.e(TAG, "Failed to close connection, its fate is now in the hands "
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java433 private void close() { method in class:CameraMetadataNative
1170 close();
H A DCameraDeviceImpl.java754 public void close() { method in class:CameraDeviceImpl
767 // either a normal close where the remote device is valid
768 // or a close after a startup error (no remote device but in error state)
781 close();
1486 /** Whether the camera device has started to close (may not yet have finished) */
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java179 mIdle.close();
401 mIdle.close();
461 public void close() { method in class:LegacyCameraDevice
486 close();
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java52 * you to close it when done with it.
60 * Optional socket used to communicate close events, status at close, and
180 mGuard.open("close");
288 * so you must still close that fd as well as the new ParcelFileDescriptor.
310 * responsible for closing it. You must not close the fd yourself.
327 * the Socket, so you must still close the Socket as well as the new
575 * expecting a reliable signal through {@link #close()} or
599 * If an error occurs attempting to close this ParcelFileDescriptor.
602 public void close() throw method in class:ParcelFileDescriptor
808 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
831 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
H A DProcess.java403 zygoteSocket.close();
421 public void close() { method in class:Process.ZygoteState
423 socket.close();
425 Log.e(LOG_TAG,"I/O exception on routine close", ex);
578 zygoteState.close();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java404 public void close() { method in class:BluetoothTestUtils
411 mOutputWriter.close();
/frameworks/base/media/java/android/media/
H A DImageReader.java183 * until the Image is {@link Image#close closed} to release the image back to the ImageReader.
193 * @see Image#close
222 * but {@link #close} all images that aren't the latest. This function is
238 * calls greater than {@link #getMaxImages} without calling {@link Image#close} in-between
241 * released with {@link Image#close}.
260 image.close();
265 image.close();
333 * calling {@link Image#close} in-between will exhaust the underlying queue. At such a time,
335 * {@link Image#close}.
355 "call #close befor
444 public void close() { method in class:ImageReader
559 public void close() { method in class:ImageReader.SurfaceImage
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java274 public void close(Runnable callback) { method in class:PageAdapter
280 mPageContentRepository.close(callback);
497 mCloseGuard.close();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java439 // will probably close their end.
484 close();
914 public void close() { method in class:PackageInstallerSession
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java404 public void close() { method in class:BridgeXmlBlockParser
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java407 public synchronized void close() { method in class:ImsCallSession
413 miSession.close();
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java287 public void close() { method in class:SipAudioCall
288 close(true);
291 private synchronized void close(boolean closeRtp) { method in class:SipAudioCall
475 close();
489 close(false);
574 close(true);
933 * it is undefined after the call ends or the {@link #close} method is
952 * {@link #close} method is called. If a group object is set by
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java172 public void close() { method in class:SuggestionsAdapter
173 if (DBG) Log.d(LOG_TAG, "close()");
219 if (c != null) c.close();
544 stream.close();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h105 virtual void close();
219 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java438 * results once close() has been called. Multiple invocations of close()
441 /*package*/ void close() { method in class:BluetoothHeadsetClient
442 if (VDBG) log("close()");
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java706 * persisted to disk, and then close when finished. All streams must be
820 public void close() { method in class:PackageInstaller.Session
822 mSession.close();
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java49 public void close() { method in class:XmlBlock
259 // Automatically close the parse when we reach the end of
263 close();
443 public void close() { method in class:XmlBlock.Parser
454 close();
470 close();
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java731 * Toggles the drawer open and close. Takes effect immediately.
734 * @see #close()
750 * Toggles the drawer open and close with an animation.
753 * @see #close()
770 * @see #close()
788 public void close() { method in class:SlidingDrawer
797 * @see #close()
819 * @see #close()
892 * Sets the listener that receives a notification when the drawer becomes close.
974 // allowed to open/close th
[all...]

Completed in 3479 milliseconds

12345678