Searched refs:stop (Results 301 - 305 of 305) sorted by relevance

<<111213

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3667 status_t OMXCodec::stop() { function in class:android::OMXCodec
3668 CODEC_LOGV("stop mState=%d", mState);
3671 mSource->stop();
/frameworks/base/core/java/android/widget/
H A DTextView.java1221 // start or stop the cursor blinking as appropriate
5536 // This would stop a possible selection mode, but no such mode is started in case
6966 mMarquee.stop();
8705 void stop() { method in class:TextView.Marquee
8721 stop();
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3751 void stop(String filename) { method in class:MediaArtistNativeHelper
/frameworks/base/media/java/android/media/
H A DAudioService.java3213 mp.stop();
3916 // attempt to stop music playback for background user
4928 // if we had a display before, stop monitoring its death
5204 // stop monitoring the old client's death
5267 // stop monitoring its death
5321 // we had a display before, stop monitoring its death
5355 // if we had a display before, stop monitoring its death
5397 // if we had a display before, stop monitoring its death
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1730 // Is it time to stop animating?
1779 // interesting way, so stop here.
6282 return mViewServer.stop();
6722 // Nothing changed but we are waiting for something... stop that!
9596 // will now happen, so stop waiting.

Completed in 516 milliseconds

<<111213