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

<<111213

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp174 stop();
431 void AudioTrack::stop() function in class:android::AudioTrack
435 ALOGV("stop %p", this);
441 mAudioTrack->stop();
443 // would not stop until loopCount reaches 0).
449 // will not stop before end of buffer is reached.
1335 // signal old cblk condition so that other threads waiting for available buffers stop
H A DToneGenerator.cpp906 ALOGV("Start waiting for previous tone to stop");
909 ALOGE("--- start wait for stop timed out, status %d", lStatus);
980 ALOGV("track stop complete, time %d", (unsigned int)(systemTime()/1000000));
984 mpAudioTrack->stop();
1262 lpToneGen->mpAudioTrack->stop();
1277 lpToneGen->mpAudioTrack->stop();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp57 virtual status_t stop();
94 stop();
120 status_t VideoEditorVideoDecoderSource::stop() { function in class:VideoEditorVideoDecoderSource
896 pDecShellContext->mVideoDecoder->stop();
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp221 mQueue.stop();
531 mAudioSource->stop();
1200 mVideoSource->stop();
1605 // stop reading input data until a subsequent seek.
2404 mAudioSource->stop();
H A DMPEG4Extractor.cpp55 virtual status_t stop();
1941 stop();
1972 status_t MPEG4Source::stop() { function in class:android::MPEG4Source
/frameworks/base/core/java/android/widget/
H A DVideoView.java206 mMediaPlayer.stop();
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);
1469 public void stop(boolean scrollIntoSlots) { method in class:Gallery.FlingRunnable
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java192 mStopButton = (Button)findViewById(R.id.stop);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp65 mAudioSource->stop();
407 //SL_LOGV("AudioSfDecoder::onLoop stop looping");
H A Dandroid_GenericMediaPlayer.cpp263 player->stop();
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp360 ALOGV("stop");
362 process_media_recorder_call(env, mr->stop(), "java/lang/RuntimeException", "stop failed.");
471 {"stop", "()V", (void *)android_media_MediaRecorder_stop},
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java356 mMediaPlayer.stop();
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp123 virtual status_t stop();
202 status_t MatroskaSource::stop() { function in class:android::MatroskaSource
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp723 CHECK_EQ(codec->stop(), (status_t)OK);
733 CHECK_EQ(codec->stop(), (status_t)OK);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp158 status_t ARTPWriter::stop() { function in class:android::ARTPWriter
223 CHECK_EQ(mSource->stop(), (status_t)OK);
H A DMyTransmitter.h809 mEncoder->stop();
813 mLooper->stop();
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp544 stop();
575 status_t ANetworkSession::stop() { function in class:android::ANetworkSession
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp415 "Unable to retrieve AudioTrack pointer for stop()");
419 lpTrack->stop();
475 lpTrack->stop();
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DAccessibilityInjectorTest.java123 mWorker.stop();
1747 public void stop() { method in class:AccessibilityInjectorTest.Worker
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java190 // Revoke the connection or stop LegacyVpnRunner.
696 // Wait for the daemons to stop.
854 // Kill the daemons if they fail to stop.
857 SystemService.stop(daemon);
890 SystemService.stop(daemon);
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css988 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
989 color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1475 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
1476 color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css988 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
989 color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1475 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
1476 color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
/frameworks/base/core/java/android/text/
H A DLayout.java1610 int stop = stops[i];
1611 if (stop > h) {
1612 return stop;
1625 * Returns the position of the next tab stop after h on the line.
1633 * will be used to compute the tab stop.
1634 * @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/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp669 mSource->stop();

Completed in 464 milliseconds

<<111213