Searched refs:stop (Results 276 - 300 of 324) sorted by relevance

<<111213

/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h809 mEncoder->stop();
813 mLooper->stop();
/frameworks/base/core/java/android/widget/
H A DGallery.java382 // The above call returned a limited amount, so stop any scrolls/flings
1016 * Now's a good time to tell our parent to stop intercepting our events!
1053 mFlingRunnable.stop(false);
1462 public void stop(boolean scrollIntoSlots) { method in class:Gallery.FlingRunnable
H A DSpellChecker.java174 mSpellParsers[i].stop();
528 public void stop() { method in class:SpellChecker.SpellParser
H A DVideoView.java287 mMediaPlayer.stop();
H A DFastScroller.java392 stop();
409 public void stop() { method in class:FastScroller
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp414 "Unable to retrieve AudioTrack pointer for stop()");
418 lpTrack->stop();
474 lpTrack->stop();
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java262 // Revoke the connection or stop LegacyVpnRunner.
965 // Wait for the daemons to stop.
1162 // Kill the daemons if they fail to stop.
1165 SystemService.stop(daemon);
1198 SystemService.stop(daemon);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp235 mQueue.stop();
553 mAudioSource->stop();
945 mAudioSource->stop();
1306 mVideoSource->stop();
1747 // stop reading input data until a subsequent seek.
2617 mAudioSource->stop();
H A DNuCachedSource2.cpp223 mLooper->stop();
H A DMPEG4Extractor.cpp54 virtual status_t stop();
1777 return UNKNOWN_ERROR; // stop parsing after sidx
2433 stop();
2466 status_t MPEG4Source::stop() { function in class:android::MPEG4Source
/frameworks/base/core/java/android/text/
H A DLayout.java1649 int stop = stops[i];
1650 if (stop > h) {
1651 return stop;
1664 * Returns the position of the next tab stop after h on the line.
1672 * will be used to compute the tab stop.
1673 * @return the offset of the next tab stop.
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp94 status_t SimplePlayer::stop() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp54 mLooper->stop();
/frameworks/base/libs/hwui/
H A DCaches.cpp351 // We must stop tasks before clearing caches
353 tasks.stop();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java179 mMediaPlayer.stop();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java714 public void stop() { method in class:GraphRunner
H A DCameraStreamer.java1154 // Set state to stop (halted becomes stopped).
1484 mRecorder.stop();
1736 public void stop() { method in class:CameraStreamer
1888 /** Halt is like stop, but may be resumed using restart(). */
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py193 self.timer.stop()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java643 ((Animatable) mIndeterminateDrawable).stop();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java111 public void stop() { method in class:RegisteredMediaRouteProvider
H A DRemotePlaybackClient.java106 * {@link MediaControlIntent#ACTION_STOP stop}.
465 * Sends a request to stop media playback and clear the media playback queue.
484 public void stop(Bundle extras, SessionActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp609 gp->stop();
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp806 stop();
837 status_t ANetworkSession::stop() { function in class:android::ANetworkSession
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java1199 final int sleft, final int stop, final int sright, final int sbottom,
1223 sleft, stop, sright, sbottom, null);
1195 drawBitmap( int nativeCanvas, Bitmap_Delegate bitmap, int nativePaintOrZero, final int sleft, final int stop, final int sright, final int sbottom, final int dleft, final int dtop, final int dright, final int dbottom) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp574 pC->mAudioSource->stop();
604 pC->mVideoSource->stop();

Completed in 544 milliseconds

<<111213