Searched refs:stop (Results 226 - 250 of 294) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DAudioSource.cpp165 mRecord->stop();
H A DAVIExtractor.cpp42 virtual status_t stop();
99 stop();
124 status_t AVIExtractor::AVISource::stop() { function in class:android::AVIExtractor::AVISource
H A DOggExtractor.cpp51 virtual status_t stop();
146 stop();
164 status_t OggSource::stop() { function in class:android::OggSource
H A DMPEG4Writer.cpp57 status_t stop();
360 (*it2)->stop();
651 status_t status = (*it)->stop();
1266 stop();
1540 status_t MPEG4Writer::Track::stop() { function in class:android::MPEG4Writer::Track
1559 status_t status = mSource->stop();
H A DAwesomePlayer.cpp220 mQueue.stop();
529 mAudioSource->stop();
1199 mVideoSource->stop();
1603 // stop reading input data until a subsequent seek.
2389 mAudioSource->stop();
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java369 mTextToSpeech.stop();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java50 /** Timeout to start or stop a SCO channel in ms. */
711 long stop = System.currentTimeMillis();
714 writeOutput(String.format("enablePan() completed in %d ms", (stop - start)));
729 long stop = System.currentTimeMillis();
732 writeOutput(String.format("disablePan() completed in %d ms", (stop - start)));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java96 public void stop() { method in class:AnimatedRotateDrawable
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp128 ap->stop(channelID);
252 { "stop",
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java54 /** Recording state. When set to false, recording will stop, or will not
395 // Check if recording needs to stop
437 mMediaRecorder.stop();
439 throw new MediaRecorderStopException("MediaRecorder.stop() failed!", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioTrackTest.java371 track.stop();
379 //Test case 3: getPlaybackHeadPosition() is 0 after stop();
401 track.stop();
700 track.stop();
759 track.stop();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java246 service.stop();
323 service.stop();
425 service.stop();
538 service.stop();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java120 mForwardServer.stop();
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java76 public synchronized void stop() { method in class:SipWakeupTimer
H A DSipSessionGroup.java252 mSipStack.stop();
1497 mKeepAliveProcess.stop();
1535 stop();
1552 stop();
1585 void stop() { method in class:SipSessionGroup.SipSessionImpl.KeepAliveProcess
1588 Log.d(TAG, "stop keepalive:" + mLocalProfile.getUriString()
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp329 // FIXME NuPlayerDriver is currently not thread-safe, so stop() must be called by looper
344 mPlayer->stop();
H A DAudioPlayer_to_android.cpp50 ap->stop();
275 // there's a single aux bus on Android, so we can stop looking once the first
797 ap->mAudioTrack->stop();
1197 // stop the track so it restarts playing faster when new data is enqueued
1198 ap->mAudioTrack->stop();
1696 pAudioPlayer->mAudioTrack->stop();
1957 ap->mAudioTrack->stop();
/frameworks/av/media/libaah_rtp/
H A Daah_tx_player.cpp109 mQueue.stop();
530 status_t AAH_TXPlayer::stop() { function in class:android::AAH_TXPlayer
731 mAudioSource->stop();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp128 status_t JMediaCodec::stop() { function in class:android::JMediaCodec
131 return mCodec->stop();
417 status_t err = codec->stop();
802 { "stop", "()V", (void *)android_media_MediaCodec_stop },
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/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1028 status_t MediaPlayerService::Client::stop() function in class:android::MediaPlayerService::Client
1030 ALOGV("[%d] stop", mConnId);
1033 return p->stop();
1699 void MediaPlayerService::AudioOutput::stop() function in class:android::MediaPlayerService::AudioOutput
1701 ALOGV("stop");
1702 if (mTrack) mTrack->stop();
1935 void MediaPlayerService::AudioCache::stop() { function in class:android::MediaPlayerService::AudioCache
2075 // record the stop time only if currently this is the only
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp168 stop();
425 void AudioTrack::stop() function in class:android::AudioTrack
429 ALOGV("stop %p", this);
435 mAudioTrack->stop();
437 // would not stop until loopCount reaches 0).
443 // will not stop before end of buffer is reached.
1329 // 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/base/core/java/android/widget/
H A DVideoView.java204 mMediaPlayer.stop();

Completed in 4117 milliseconds

1234567891011>>