Searched refs:stop (Results 126 - 150 of 305) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp57 status_t DummyRecorder::stop() { function in class:android::DummyRecorder
61 mSource->stop();
H A DDummyRecorder.h38 status_t stop();
H A DSurfaceMediaSource_test.cpp604 status_t stop() { return mSource->stop();}
677 writer.stop();
704 writer.stop();
725 writer.stop();
768 CHECK_EQ((status_t)OK, mr->stop());
817 writer.stop();
902 CHECK_EQ((status_t)OK, mr->stop());
945 CHECK_EQ((status_t)OK, mr->stop());
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h34 virtual status_t stop() { return mSource->stop(); } function in class:android::TimedText3GPPSource
H A DTimedTextDriver.cpp57 mLooper->stop();
H A DTimedTextPlayer.cpp51 mSource->stop();
190 mSource->stop();
H A DTimedTextSRTSource.cpp61 status_t TimedTextSRTSource::stop() { function in class:android::TimedTextSRTSource
H A DTimedTextSRTSource.h37 virtual status_t stop();
H A DTimedTextSource.h43 virtual status_t stop() = 0;
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp544 stop();
575 status_t ANetworkSession::stop() { function in class:android::ANetworkSession
H A DANetworkSession.h38 status_t stop();
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp383 mPlayer->stop();
H A DWifiDisplaySink.cpp179 looper()->stop();
226 looper()->stop();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp388 int16_t *stop = (int16_t *)(buffer->data() + buffer->size()); local
389 while (ptr < stop) {
H A DMediaPuller.cpp111 mSource->stop();
H A DRepeaterSource.cpp58 status_t RepeaterSource::stop() { function in class:android::RepeaterSource
64 mLooper->stop();
76 status_t err = mSource->stop();
H A DRepeaterSource.h17 virtual status_t stop();
H A DWifiDisplaySource.cpp88 status_t WifiDisplaySource::stop() { function in class:android::WifiDisplaySource
H A DWifiDisplaySource.h43 status_t stop();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2817 // BLOCK_UNTIL_PUSHED would be insufficient, as we need it to stop doing I/O now
3105 // app does not call stop() and relies on underrun to stop:
4043 outputTracks[i]->stop();
4619 void AudioFlinger::PlaybackThread::Track::stop() function in class:android::AudioFlinger::PlaybackThread::Track
4621 ALOGV("stop(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
4833 // FIXME look at mute, pause, and stop flags
5447 void AudioFlinger::RecordThread::RecordTrack::stop() function in class:android::AudioFlinger::RecordThread::RecordTrack
5534 void AudioFlinger::PlaybackThread::OutputTrack::stop() function in class:android::AudioFlinger::PlaybackThread::OutputTrack
5536 Track::stop();
5817 void AudioFlinger::TrackHandle::stop() { function in class:android::AudioFlinger::TrackHandle
5969 void AudioFlinger::RecordHandle::stop() { function in class:android::AudioFlinger::RecordHandle
8554 status_t AudioFlinger::EffectModule::stop() function in class:android::AudioFlinger::EffectModule
[all...]
H A DAudioFlinger.h398 virtual void stop() = 0;
793 virtual void stop();
1004 virtual void stop();
1409 virtual void stop();
1449 virtual void stop();
1512 // ask the thread to stop the specified track, and
1557 // is used together with mStartStopCond to indicate start()/stop() progress
1584 virtual void stop();
1675 status_t stop();
/frameworks/base/core/java/android/app/
H A DLoaderManager.java300 // no longer started... so make it stop.
301 stop();
309 // was after being restarted from a stop, and now at the point of
328 void stop() { method in class:LoaderManagerImpl.LoaderInfo
786 mLoaders.valueAt(i).stop();
/frameworks/base/core/java/android/os/
H A DSystemService.java67 /** Request that the init daemon stop a named service. */
68 public static void stop(String name) { method in class:SystemService
69 SystemProperties.set("ctl.stop", name);
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java137 mSeekBarVolumizer.stop();
288 public void stop() { method in class:VolumePreference.SeekBarVolumizer
340 mRingtone.stop();
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java96 * // stop the Recognizer
97 * recognizer.stop();
100 * // stop the audio device
325 * <code>advance</code>, but before <code>stop</code>.
336 * <code>advance</code>, but before <code>stop</code>.
348 * <code>advance</code>, but before <code>stop</code>.
365 public void stop() { method in class:Recognizer

Completed in 173 milliseconds

1234567891011>>