Searched refs:stop (Results 126 - 150 of 324) sorted by relevance

1234567891011>>

/frameworks/av/services/audioflinger/
H A DTrackBase.h54 virtual void stop() = 0;
H A DPlaybackTracks.h43 virtual void stop();
268 virtual void stop();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h53 status_t stop();
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp117 ALOGD("stop");
118 track->stop();
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp76 virtual status_t stop() {return OK;} function in class:__anon1165::Player
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java97 mMediaCodec.stop();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp606 status_t stop() { return mSource->stop();}
679 writer.stop();
706 writer.stop();
727 writer.stop();
770 CHECK_EQ((status_t)OK, mr->stop());
819 writer.stop();
904 CHECK_EQ((status_t)OK, mr->stop());
947 CHECK_EQ((status_t)OK, mr->stop());
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp196 muxer->stop();
302 looper->stop();
H A Drecordvideo.cpp80 virtual status_t stop() { function in class:DummySource
305 err = writer->stop();
H A Dstagefright.cpp158 CHECK_EQ((status_t)OK, source->stop());
293 rawSource->stop();
371 rawSource->stop();
401 virtual status_t stop();
446 status_t DetectSyncSource::stop() { function in class:DetectSyncSource
447 return mSource->stop();
531 writer->stop();
587 CHECK_EQ((status_t)OK, source->stop());
/frameworks/av/include/media/
H A DMediaPlayerInterface.h80 // back (after stop is called)
117 virtual void stop() = 0;
155 virtual status_t stop() = 0;
H A DSoundPool.h133 void stop();
181 void stop(int channelID);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h60 virtual void stop();
108 virtual status_t stop();
H A DVideoEditorPlayer.cpp105 status_t VideoEditorPlayer::stop() { function in class:android::VideoEditorPlayer
106 ALOGV("stop");
507 void VideoEditorPlayer::VeAudioOutput::stop() { function in class:android::VideoEditorPlayer::VeAudioOutput
509 ALOGV("stop");
510 if (mTrack != 0) mTrack->stop();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp245 status_t MediaRecorderClient::stop() function in class:android::MediaRecorderClient
247 ALOGV("stop");
253 return mRecorder->stop();
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp52 stop();
77 void TimedEventQueue::stop(bool flush) { function in class:android::TimedEventQueue
H A DWAVExtractor.cpp65 virtual status_t stop();
357 stop();
381 status_t WAVSource::stop() { function in class:android::WAVSource
382 ALOGV("WAVSource::stop");
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp51 mSource->stop();
190 mSource->stop();
/frameworks/base/media/java/android/media/
H A DRingtone.java239 public void stop() { method in class:Ringtone
244 mRemotePlayer.stop(mRemoteToken);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java186 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
188 mPlayer.stop();
274 * Calling this before another audio file is done playing will stop
302 public void stop() { method in class:NotificationPlayer
304 // This check allows stop to be called multiple times without starting
326 * We want to hold a wake lock while we do the prepare and play. The stop probably is
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java161 * stop all running graphs (closing their filters). If the context does not preserve frames on
194 * This will also stop any running graphs.
200 mCameraStreamer.stop();
395 runner.stop();
/frameworks/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java82 queue.stop();
106 queue.stop();
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp224 stop();
242 status_t AacAdtsSource::stop() { function in class:android::AacAdtsSource
/frameworks/rs/driver/runtime/
H A Drs_cl.c790 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { argument
791 return start + (stop - start) * amount;
793 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { argument
794 return start + (stop - start) * amount;
796 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { argument
797 return start + (stop - start) * amount;
799 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { argument
800 return start + (stop - start) * amount;
802 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { argument
803 return start + (stop
805 mix(float3 start, float3 stop, float amount) argument
808 mix(float4 start, float4 stop, float amount) argument
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java346 mSipKeepAliveProcessCallback.stop();
529 mAutoRegistration.stop();
536 mAutoRegistration.stop();
658 public void stop() { method in class:SipService.SipKeepAliveProcessCallback
669 if (SKAI_DBG) log("stop");
715 // update mKeepAliveInterval and stop measurement.
716 stop();
888 public void stop() { method in class:SipService.SipAutoReg
1061 stop();

Completed in 833 milliseconds

1234567891011>>