Searched refs:stop (Results 276 - 300 of 303) sorted by last modified time

<<111213

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp54 mLooper->stop();
/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 DARTPWriter.h43 virtual status_t stop();
54 kWhatStop = 'stop',
H A DMyTransmitter.h809 mEncoder->stop();
813 mLooper->stop();
H A DVideoSource.h53 virtual status_t stop() { function in class:android::VideoSource
H A Drtp_test.cpp225 CHECK_EQ(decoder->stop(), (status_t)OK);
227 looper->stop();
/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.cpp565 stop();
596 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.cpp439 int16_t *stop = (int16_t *)(buffer->data() + buffer->size()); local
440 while (ptr < stop) {
H A DMediaPuller.cpp119 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.h19 virtual status_t stop();
H A DWifiDisplaySource.cpp93 status_t WifiDisplaySource::stop() { function in class:android::WifiDisplaySource

Completed in 124 milliseconds

<<111213