Searched refs:stop (Results 101 - 125 of 294) sorted by relevance

1234567891011>>

/frameworks/av/media/libaah_rtp/
H A Daah_decoder_pump.cpp180 renderer_->stop();
308 decode_timer.stop();
391 decoder_->stop();
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp45 virtual status_t stop();
251 stop();
272 status_t AACSource::stop() { function in class:android::AACSource
H A DTimedEventQueue.cpp43 stop();
64 void TimedEventQueue::stop(bool flush) { function in class:android::TimedEventQueue
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp132 stop();
165 status_t AACEncoder::stop() { function in class:android::AACEncoder
180 ALOGW("Call stop() when encoder has not started");
184 mSource->stop();
/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/policy/src/com/android/internal/policy/impl/
H A DFaceUnlock.java179 public boolean stop() { method in class:FaceUnlock
180 if (DEBUG) Log.d(TAG, "stop()");
182 Log.e(TAG, "stop() called off of the UI thread");
372 stop();
387 stop();
476 * Tells the Face Unlock service to stop displaying its UI and stop processing.
480 // Note that attempting to stop Face Unlock when it's not running is not an issue.
481 // Face Unlock can return, which stops it and then we try to stop it when the
494 // stop multipl
[all...]
/frameworks/av/include/media/
H A DIMediaPlayer.h52 virtual status_t stop() = 0;
H A DMediaPlayerInterface.h109 virtual void stop() = 0;
144 virtual status_t stop() = 0;
H A DSoundPool.h128 void stop();
176 void stop(int channelID);
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp92 status_t DummyVideoSource::stop() { function in class:android::DummyVideoSource
93 ALOGV("stop");
H A DVideoEditorPlayer.h59 virtual void stop();
106 virtual status_t stop();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h52 void stop() { mActive = false; } function in class:android::Antagonizer
99 virtual void stop();
200 virtual void stop();
309 virtual status_t stop();
H A DMidiFile.h44 virtual status_t stop();
H A DMediaRecorderClient.cpp245 status_t MediaRecorderClient::stop() function in class:android::MediaRecorderClient
247 ALOGV("stop");
253 return mRecorder->stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h45 virtual status_t stop();
H A DNuPlayerDriver.cpp54 mLooper->stop();
155 status_t NuPlayerDriver::stop() { function in class:android::NuPlayerDriver
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h43 virtual status_t stop();
54 kWhatStop = 'stop',
/frameworks/av/media/libstagefright/tests/
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/base/core/java/android/bluetooth/
H A DBluetoothAudioGateway.java167 public synchronized void stop() { method in class:BluetoothAudioGateway
/frameworks/base/core/java/android/webkit/
H A DDeviceMotionService.java55 public void stop() { method in class:DeviceMotionService
H A DGeolocationService.java72 public void stop() { method in class:GeolocationService
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp76 virtual status_t stop() {return OK;} function in class:__anon1134::Player
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp79 virtual status_t stop() { function in class:DummySource
289 err = writer->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());
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp77 virtual void stop() function in class:android::BpAudioTrack
187 stop();

Completed in 541 milliseconds

1234567891011>>