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

12345678

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java160 * Called by menu to notify of close and selection changes.
794 close(true);
910 if (invoked) close(true);
912 close(false);
923 if (!invoked) close(true);
926 close(true);
942 public final void close(boolean allMenusAreClosing) { method in class:MenuBuilder
958 public void close() { method in class:MenuBuilder
959 close(true);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp163 static void close(JNIEnv* env, jobject clazz, jlong objHandle) { function in class:android::SkPathGlue
165 obj->close();
344 // Divides Bezier curves until linear interpolation is very close to accurate, using
503 {"native_close","(J)V", (void*) SkPathGlue::close},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java478 public void close() { method in class:Path
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java188 public void close(FilterContext context) { method in class:Filter
398 getOutputPort(name).close();
485 close(context);
686 inputPort.close();
689 outputPort.close();
696 if (mLogVerbose) Log.v(TAG, "Filter " + this + " must close due to port " + inputPort);
702 if (mLogVerbose) Log.v(TAG, "Filter " + this + " must close due to port " + outputPort);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java862 public void close(FilterContext context) { method in class:BackDropperFilter
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java99 public void close(Runnable callback) { method in class:PageContentRepository
106 mRenderer.close(callback);
111 close(new Runnable() {
469 public void close(final Runnable callback) { method in class:PageContentRepository.AsyncRenderer
838 // ownership, so close our copy for the write to complete.
839 destination.close();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java318 pathDelegate.close();
741 private void close() { method in class:Path_Delegate
779 close();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java191 public synchronized void close(String localProfileUri) { method in class:SipService
197 if (DBG) log("only creator or radio can close this profile");
203 group.close();
528 mSipGroup.close();
533 public void close() { method in class:SipService.SipSessionGroupExt
535 mSipGroup.close();
537 if (SSGE_DBG) log("close: " + getUri() + ": " + mIncomingCallPendingIntent);
665 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: " + mLocalProfile.getUriString());
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java179 * Called by menu to notify of close and selection changes.
836 close(true);
955 if (invoked) close(true);
957 close(false);
968 if (!invoked) close(true);
971 close(true);
987 public final void close(boolean allMenusAreClosing) { method in class:MenuBuilder
1003 public void close() { method in class:MenuBuilder
1004 close(true);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp732 close(fd);
764 ::close(fd);
1402 ::close(fd);
1434 close();
1552 close();
1645 // we must close the previous output before opening a new one
1723 close();
1837 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
1839 ALOGV("close");
H A DStagefrightRecorder.cpp264 ::close(mOutputFd);
1717 ::close(mOutputFd);
1738 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
1739 ALOGV("close");
/frameworks/base/core/java/android/content/
H A DContentResolver.java513 qCursor.close();
788 // Client can't handle a sub-section of a file, so close what
791 afd.close();
1505 * failures when communicating with the provider, and be sure to close it
1530 * failures when communicating with the provider, and be sure to close it
2447 mCloseGuard.open("close");
2451 public void close() { method in class:ContentResolver.CursorWrapperInner
2452 super.close();
2457 mCloseGuard.close();
2471 Log.w(TAG, "Cursor finalized without prior close()");
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java133 public void close() { method in class:AssetManager
455 block.close();
564 public final void close() throws IOException { method in class:AssetManager.AssetInputStream
598 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/media/java/android/media/
H A DMediaCodec.java1086 * needs to be <i>reasonably close</i> to the current {@link System#nanoTime}.
1098 * <li>if the timestamp is <em>not</em> "reasonably close" to the current system
1203 mImage.close();
1739 public void close() { method in class:MediaCodec.MediaImage
H A DMediaPlayer.java932 afd.close();
1008 fd.close();
1084 is.close();
1096 * to close the file descriptor. It is safe to do so as soon as this call returns.
1110 * to close the file descriptor. It is safe to do so as soon as this call returns.
1478 mTimeProvider.close();
1497 is.close();
1509 mTimeProvider.close();
2026 scanner.close();
2096 is.close();
3152 public void close() { method in class:MediaPlayer.TimeProvider
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java410 * as close to 16-bit RGB as possible, with or without an optional depth
411 * buffer as close to 16-bits as possible.
1772 @Override public void close() { method in class:GLSurfaceView.LogWriter
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java639 close(mNativeData);
1407 private native void close(long nativeData); method in class:AlarmManagerService
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1169 * close() when you are done with this ActiveSyncContext, whether the sync succeeded
1257 protected void close() { method in class:SyncManager.ActiveSyncContext
2243 // Schedule this periodic sync to run early if it's close enough to its next
2270 * Case 4: This sync is close enough to the time that we can schedule it.
2879 activeSyncContext.close();
/frameworks/native/services/inputflinger/
H A DEventHub.cpp157 close();
162 void EventHub::Device::close() { function in class:android::EventHub::Device
164 ::close(fd);
235 ::close(mEpollFd);
236 ::close(mINotifyFd);
237 ::close(mWakeReadPipeFd);
238 ::close(mWakeWritePipeFd);
1077 close(fd);
1086 close(fd);
1094 close(f
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java465 public void close() { method in class:ImsCall
468 mSession.close();
1413 call.close();
/frameworks/base/core/java/android/view/
H A DWindow.java896 public void setCloseOnTouchOutside(boolean close) { argument
897 mCloseOnTouchOutside = close;
902 public void setCloseOnTouchOutsideIfNotSet(boolean close) { argument
904 mCloseOnTouchOutside = close;
1522 * preparing to close, for example after a call to
1532 * is preparing to close.
1582 * preparing to close, for example after a call to
1590 * is preparing to close.
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp175 status_t close();
225 status_t JniOutputStream::close() { function in class:JniOutputStream
244 status_t close();
314 status_t JniInputStream::close() { function in class:JniInputStream
333 status_t close();
386 status_t JniInputByteBuffer::close() { function in class:JniInputByteBuffer
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java355 cursor.close();
433 cursor.close();
472 accounts.openHelper.close();
533 cursor.close();
581 cursor.close();
1316 cursor.close();
2336 cursor.close();
2416 cursor.close();
2430 cursor.close();
2480 close(); // thi
2484 private void close() { method in class:AccountManagerService.Session
[all...]

Completed in 902 milliseconds

12345678