Searched refs:stop (Results 1 - 25 of 305) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp94 status_t SimplePlayer::stop() { function in class:android::SimplePlayer
H A DSimplePlayer.h38 status_t stop();
H A DSineSource.cpp23 stop();
39 status_t SineSource::stop() { function in class:android::SineSource
H A DSineSource.h15 virtual status_t stop();
H A Daudioloop.cpp63 writer->stop();
78 player->stop();
96 CHECK_EQ(decoder->stop(), (status_t)OK);
H A Dcodec.cpp419 player->stop();
429 looper->stop();
H A Drecord.cpp73 virtual status_t stop() {
239 err = writer->stop();
259 err = encoder->stop();
284 err = source->stop();
316 player->stop();
348 encoder->stop();
H A Drecordvideo.cpp80 virtual status_t stop() { function in class:DummySource
299 err = writer->stop();
H A Dsf2.cpp158 CHECK_EQ(mSource->stop(), (status_t)OK);
209 mDecodeLooper->stop();
212 looper()->stop();
232 kWhatStop = 'stop',
H A Dstagefright.cpp159 CHECK_EQ((status_t)OK, source->stop());
294 rawSource->stop();
372 rawSource->stop();
402 virtual status_t stop();
447 status_t DetectSyncSource::stop() { function in class:DetectSyncSource
448 return mSource->stop();
532 writer->stop();
588 CHECK_EQ((status_t)OK, source->stop());
H A Dstream.cpp381 player->stop();
/frameworks/av/include/media/
H A DAudioRecord.h204 void stop();
H A DAudioTrack.h261 void stop();
368 * rewriting the buffer before restarting playback after a stop.
H A DIAudioRecord.h46 virtual void stop() = 0;
H A DIAudioTrack.h50 virtual void stop() = 0;
H A DIMediaPlayer.h52 virtual status_t stop() = 0;
H A DIMediaRecorder.h53 virtual status_t stop() = 0;
H A DMediaPlayerInterface.h106 virtual void stop() = 0;
141 virtual status_t stop() = 0;
H A DMediaRecorderBase.h53 virtual status_t stop() = 0;
H A DSoundPool.h128 void stop();
176 void stop(int channelID);
H A Dmediaplayer.h207 status_t stop();
H A Dmediarecorder.h225 status_t stop();
/frameworks/av/include/media/stagefright/
H A DAACWriter.h37 virtual status_t stop() { return reset(); } function in struct:android::AACWriter
H A DAMRWriter.h40 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
H A DAudioSource.h44 virtual status_t stop() { return reset(); } function in struct:android::AudioSource

Completed in 159 milliseconds

1234567891011>>