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

1234567891011>>

/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp95 status_t DummyAudioSource::stop() { function in class:android::DummyAudioSource
96 ALOGV("stop");
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp48 virtual status_t stop();
107 stop();
129 status_t VideoEditorAudioEncoderSource::stop() { function in class:android::VideoEditorAudioEncoderSource
132 ALOGV("VideoEditorAudioEncoderSource::stop");
135 ALOGV("VideoEditorAudioEncoderSource::stop ERROR: invalid state %d",
148 ALOGV("VideoEditorAudioEncoderSource::stop : %d buffer remained", i);
154 ALOGV("VideoEditorAudioEncoderSource::stop END (0x%x)", err);
316 pEncoderContext->mEncoder->stop();
H A DVideoEditorMp3Reader.cpp238 pReaderContext->mMediaSource->stop();
507 pReaderContext->mMediaSource->stop();
705 pReaderContext->mMediaSource->stop();
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp93 status_t StagefrightPlayer::stop() { function in class:android::StagefrightPlayer
94 ALOGV("stop");
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp63 mLiveLooper->stop();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp111 mSource->stop();
H A DWifiDisplaySource.h43 status_t stop();
/frameworks/base/core/java/android/webkit/
H A DDeviceOrientationService.java60 public void stop() { method in class:DeviceOrientationService
/frameworks/base/core/java/android/widget/
H A DChronometer.java184 * make sure that each start() call has a reciprocal call to {@link #stop}.
198 public void stop() { method in class:Chronometer
204 * The same as calling {@link #start} or {@link #stop}.
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java166 samplingProfiler.stop();
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java138 mChronometer.stop();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h72 void stop();
106 kWhatPause = 'paus', // pause or stop player
/frameworks/base/media/java/android/media/
H A DMediaCodec.java57 * codec.stop();
115 * for this a full stop(), configure(), start() cycle is necessary.
275 public native final void stop(); method in class:MediaCodec
H A DSoundPool.java48 * SoundPool will automatically stop a previously playing stream based first
55 * explicitly call the stop() function to stop the sound. Any other non-zero
69 * the SoundPool was created. In this case, the stream allocator will stop
71 * low priority, it will choose the oldest stream to stop. In the case
265 * another sound to stop playing if the maximum number of active
339 public native final void stop(int streamID); method in class:SoundPool
H A DAudioRecord.java348 stop();
553 public void stop() method in class:AudioRecord
556 throw(new IllegalStateException("stop() called on an uninitialized AudioRecord."));
559 // stop recording
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java167 * completes running a graph, whether the completion is due to a stop() call
210 * been completed. Calling stop will close the filter graph. */
212 synchronized public void stop() { method in class:AsyncRunner
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp144 mAudioTrack->stop();
250 mAudioTrack->stop();
H A DSoundPool.cpp131 ALOGV("Getting channel from stop list");
138 channel->stop();
360 void SoundPool::stop(int channelID) function in class:android::SoundPool
362 ALOGV("stop(%d)", channelID);
366 channel->stop();
717 // check for stop state
765 ALOGV("stop");
766 mAudioTrack->stop();
784 void SoundChannel::stop() function in class:android::SoundChannel
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java52 * Using the {@link #stop()} to stop listening to the country change.
156 public void stop() { method in class:ComprehensiveCountryDetector
373 Slog.d(TAG, "tries to stop LocationBasedDetector "
377 mLocationBasedCountryDetector.stop();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java233 detector.stop();
234 // There is no way to stop the thread, let's test it could be stopped, after get country
252 detector.stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaPresetReverbTest.java229 mp.stop();
312 mp.stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java213 mMediaPlayer.stop();
277 mMediaPlayer.stop();
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp41 void stop();
141 void MPEG2TSWriter::SourceInfo::stop() { function in class:android::MPEG2TSWriter::SourceInfo
143 mLooper->stop();
145 mSource->stop();
531 mLooper->stop();
582 mSources.editItemAt(i)->stop();
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java149 public void stop() { method in class:MultiWaveView.AnimationBundle
419 mChevronAnimations.stop();
507 mTargetAnimations.stop();
569 mTargetAnimations.stop();
730 mChevronAnimations.stop();
731 mHandleAnimations.stop();
732 mTargetAnimations.stop();
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp158 CHECK_EQ(mSource->stop(), (status_t)OK);
209 mDecodeLooper->stop();
212 looper()->stop();
232 kWhatStop = 'stop',

Completed in 552 milliseconds

1234567891011>>