Searched defs:close (Results 226 - 249 of 249) sorted by relevance

12345678910

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuBuilder.java184 * Called by menu to notify of close and selection changes.
844 close(true /* closeAllMenus */);
964 close(true /* closeAllMenus */);
977 close(true /* closeAllMenus */);
981 close(true /* closeAllMenus */);
996 public final void close(boolean closeAllMenus) { method in class:MenuBuilder
1012 public void close() { method in class:MenuBuilder
1013 close(true /* closeAllMenus */);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp265 ::close(mOutputFd);
1806 ::close(mOutputFd);
1827 status_t StagefrightRecorder::close() { function in class:StagefrightRecorder
1828 ALOGV("close");
H A DMediaPlayerService.cpp750 close(fd);
1405 close();
1750 // we must close the previous output before opening a new one
1968 mCallbackData->endTrackSwitch(); // release lock for callbacks before close.
2010 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
2012 ALOGV("close");
/frameworks/base/core/java/android/content/
H A DContentResolver.java566 qCursor.close();
845 // Client can't handle a sub-section of a file, so close what
848 afd.close();
1580 * failures when communicating with the provider, and be sure to close it
1607 * failures when communicating with the provider, and be sure to close it
2624 mCloseGuard.open("close");
2628 public void close() { method in class:ContentResolver.CursorWrapperInner
2629 mCloseGuard.close();
2630 super.close();
2641 close();
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java139 public void close() { method in class:AssetManager
489 block.close();
598 public final void close() throws IOException { method in class:AssetManager.AssetInputStream
632 close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java170 mCloseGuard.open("close");
204 void close() { method in class:SQLiteConnection
233 mCloseGuard.close();
237 final int cookie = mRecentOperations.beginOperation("close", null, null);
1149 window.close();
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java975 public void close() { method in class:CameraDeviceImpl
987 // either a normal close where the remote device is valid
988 // or a close after a startup error (no remote device but in error state)
1000 close();
1994 /** Whether the camera device has started to close (may not yet have finished) */
/frameworks/base/core/java/android/os/
H A DProcess.java425 zygoteSocket.close();
443 public void close() { method in class:Process.ZygoteState
445 socket.close();
447 Log.e(LOG_TAG,"I/O exception on routine close", ex);
600 zygoteState.close();
/frameworks/base/media/java/android/media/
H A DMediaScanner.java433 mCloseGuard.open("close");
1162 c.close();
1216 c.close();
1226 c.close();
1282 c.close();
1340 mDrmManagerClient.close();
1554 fileList.close();
1579 c.close();
1716 reader.close();
1751 reader.close();
1904 public void close() { method in class:MediaScanner
[all...]
H A DMediaCodec.java2630 * needs to be <i>reasonably close</i> to the current {@link System#nanoTime}.
2642 * <li>if the timestamp is <em>not</em> "reasonably close" to the current system
2756 mImage.close();
3464 public void close() { method in class:MediaCodec.MediaImage
H A DMediaPlayer.java942 afd.close();
1091 is.close();
1103 * responsibility to close the file descriptor. It is safe to do so as soon
1126 * to close the file descriptor. It is safe to do so as soon as this call returns.
1142 * to close the file descriptor. It is safe to do so as soon as this call returns.
1689 mTimeProvider.close();
1708 is.close();
1718 mTimeProvider.close();
2313 scanner.close();
2400 is.close();
3601 public void close() { method in class:MediaPlayer.TimeProvider
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java411 * as close to 16-bit RGB as possible, with or without an optional depth
412 * buffer as close to 16-bits as possible.
1845 @Override public void close() { method in class:GLSurfaceView.LogWriter
/frameworks/native/services/inputflinger/
H A DEventHub.cpp164 close();
169 void EventHub::Device::close() { function in class:android::EventHub::Device
171 ::close(fd);
242 ::close(mEpollFd);
243 ::close(mINotifyFd);
244 ::close(mWakeReadPipeFd);
245 ::close(mWakeWritePipeFd);
1094 close(fd);
1103 close(fd);
1111 close(f
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java552 public void close() { method in class:ImsCall
555 mSession.close();
558 logi("close :: Cannot close Null call session!");
1509 call.close();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java202 public synchronized void close(String localProfileUri, String opPackageName) { method in class:SipService
203 if (!canUseSip(opPackageName, "close")) {
209 if (DBG) log("only creator or radio can close this profile");
215 group.close();
553 mSipGroup.close();
558 public void close() { method in class:SipService.SipSessionGroupExt
560 mSipGroup.close();
562 if (SSGE_DBG) log("close: " + obfuscateSipUri(getUri()) + ": "
691 mGroup.close();
H A DSipSessionGroup.java171 socket.close();
174 socket.close();
184 close();
239 public synchronized void close() { method in class:SipSessionGroup
240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString()));
/frameworks/base/core/java/android/view/
H A DWindow.java1158 public void setCloseOnTouchOutside(boolean close) { argument
1159 mCloseOnTouchOutside = close;
1164 public void setCloseOnTouchOutsideIfNotSet(boolean close) { argument
1166 mCloseOnTouchOutside = close;
1810 * preparing to close, for example after a call to
1820 * is preparing to close.
1870 * preparing to close, for example after a call to
1878 * is preparing to close.
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp319 status_t close();
369 status_t JniOutputStream::close() { function in class:JniOutputStream
388 status_t close();
458 status_t JniInputStream::close() { function in class:JniInputStream
477 status_t close();
530 status_t JniInputByteBuffer::close() { function in class:JniInputByteBuffer
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1482 * close() when you are done with this ActiveSyncContext, whether the sync succeeded
1569 protected void close() { method in class:SyncManager.ActiveSyncContext
2981 activeSyncContext.close();
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java963 close(mNativeData);
2089 private native void close(long nativeData); method in class:AlarmManagerService
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java504 metaCursor.close();
574 cursor.close();
694 cursor.close();
713 accounts.openHelper.close();
862 cursor.close();
1775 cursor.close();
3630 cursor.close();
3737 cursor.close();
3750 cursor.close();
3764 cursor.close();
3868 private void close() { method in class:AccountManagerService.Session
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... .DelegatedHdf newDelegatedHdf (org.clearsilver.HDF) public void close () public boolean readFile (java.lang.String) throws java ...
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java6749 pw.close();
7964 jarFile.close();
12779 // platform builds as close as possible to the behavior of non-debuggable
19276 freezer.close();
19913 mCloseGuard.open("close");
19938 mCloseGuard.open("close");
19945 close();
19952 public void close() { method in class:PackageManagerService.PackageFreezer
19953 mCloseGuard.close();
19962 freezer.close();
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5026 milliseconds

12345678910