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

12345

/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h94 virtual void close();
150 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
H A DMediaPlayerService.cpp695 close(fd);
740 ::close(fd);
1252 ::close(fd);
1276 close();
1355 if (mTrack) close();
1454 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
1456 LOGV("close");
H A DStagefrightRecorder.cpp253 ::close(mOutputFd);
1590 ::close(mOutputFd);
1612 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
1613 LOGV("close");
/frameworks/base/media/mtp/
H A DMtpDevice.cpp197 close();
222 void MtpDevice::close() { function in class:android::MtpDevice
763 ::close(fd);
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java152 close(mDescriptor);
497 private native void close(int fd); method in class:AlarmManagerService
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java310 pathDelegate.close();
722 private void close() { method in class:Path_Delegate
760 close();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java366 public void close() { method in class:BridgeXmlBlockParser
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java293 public void close() { method in class:SipAudioCall
294 close(true);
297 private synchronized void close(boolean closeRtp) { method in class:SipAudioCall
481 close();
495 close(false);
580 close(true);
926 * it is undefined after the call ends or the {@link #close} method is
945 * {@link #close} method is called. If a group object is set by
/frameworks/base/core/java/android/content/
H A DContentResolver.java459 // Client can't handle a sub-section of a file, so close what
462 afd.close();
1582 mCloseGuard.open("close");
1586 public void close() { method in class:ContentResolver.CursorWrapperInner
1587 super.close();
1592 mCloseGuard.close();
1606 Log.w(TAG, "Cursor finalized without prior close()");
1626 public void close() throws IOException { method in class:ContentResolver.ParcelFileDescriptorInner
1628 super.close();
1637 close();
[all...]
H A DSyncManager.java913 * close() when you are done with this ActiveSyncContext, whether the sync succeeded
993 protected void close() { method in class:SyncManager.ActiveSyncContext
2175 activeSyncContext.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();
H A DAssetManager.java133 public void close() { method in class:AssetManager
457 block.close();
557 public final void close() throws IOException { method in class:AssetManager.AssetInputStream
591 close();
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java781 prog.close();
803 prog.close();
828 prog.close();
1008 if (cur != null) cur.close();
1264 public void close() { method in class:DatabaseUtils.InsertHelper
1266 mInsertStatement.close();
1270 mReplaceStatement.close();
1300 db.close();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java160 * Called by menu to notify of close and selection changes.
768 close(true);
878 if (invoked) close(true);
880 close(false);
888 if (!invoked) close(true);
891 close(true);
907 final void close(boolean allMenusAreClosing) { method in class:MenuBuilder
923 public void close() { method in class:MenuBuilder
924 close(true);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java363 public void close() { method in class:Path
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java199 public synchronized void close(String localProfileUri) { method in class:SipService
205 Log.w(TAG, "only creator or radio can close this profile");
211 group.close();
544 // close mSipGroup but remember mOpenedToReceiveCalls
545 if (DEBUG) Log.d(TAG, " close auto reg temporarily: "
547 mSipGroup.close();
568 public void close() { method in class:SipService.SipSessionGroupExt
570 mSipGroup.close();
572 if (DEBUG) Log.d(TAG, " close: " + getUri() + ": "
691 mGroup.close();
[all...]
H A DSipSessionGroup.java227 public synchronized void close() { method in class:SipSessionGroup
228 Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
264 s.close();
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp320 close();
396 if (mTrack) close();
498 void VideoEditorPlayer::VeAudioOutput::close() { function in class:android::VideoEditorPlayer::VeAudioOutput
500 LOGV("close");
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java240 cursor.close();
291 cursor.close();
336 cursor.close();
663 cursor.close();
1404 cursor.close();
1418 cursor.close();
1465 close(); // this clears mResponse so we need to save the response before this call
1469 private void close() { method in class:AccountManagerService.Session
1489 close();
1856 cursor.close();
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java356 // close the database which will close all pending statements to be finalized also
357 close();
1027 db.close();
1086 public void close() { method in class:SQLiteDatabase
1104 // close this database instance - regardless of its reference count value
1111 mConnectionPool.close();
1123 * to be closed. sqlite doesn't let a database close if there are
1168 // try to close the database again
1174 "close() o
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java815 public void setCloseOnTouchOutside(boolean close) { argument
816 mCloseOnTouchOutside = close;
821 public void setCloseOnTouchOutsideIfNotSet(boolean close) { argument
823 mCloseOnTouchOutside = close;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java399 * as close to 16-bit RGB as possible, with or without an optional depth
400 * buffer as close to 16-bits as possible.
1680 @Override public void close() { method in class:GLSurfaceView.LogWriter

Completed in 779 milliseconds

12345