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

1234567891011>>

/frameworks/av/cmds/stagefright/
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/include/media/
H A DMediaPlayerInterface.h106 virtual void stop() = 0;
141 virtual status_t stop() = 0;
H A DSoundPool.h128 void stop();
176 void stop(int channelID);
H A DAudioRecord.h204 void stop();
H A Dmediaplayer.h207 status_t stop();
H A Dmediarecorder.h225 status_t stop();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h59 virtual void stop();
106 virtual status_t stop();
H A DVideoEditorPlayer.cpp105 status_t VideoEditorPlayer::stop() { function in class:android::VideoEditorPlayer
106 ALOGV("stop");
504 void VideoEditorPlayer::VeAudioOutput::stop() { function in class:android::VideoEditorPlayer::VeAudioOutput
506 ALOGV("stop");
507 if (mTrack) mTrack->stop();
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp77 virtual void stop() function in class:android::BpAudioTrack
187 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/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp54 mLooper->stop();
155 status_t NuPlayerDriver::stop() { function in class:android::NuPlayerDriver
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp44 stop();
65 void TimedEventQueue::stop(bool flush) { function in class:android::TimedEventQueue
H A DWAVExtractor.cpp64 virtual status_t stop();
341 stop();
365 status_t WAVSource::stop() { function in class:android::WAVSource
366 ALOGV("WAVSource::stop");
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp51 mSource->stop();
190 mSource->stop();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java332 mBiometricUnlock.stop();
555 // The biometric unlock must stop when screen turns off.
556 mBiometricUnlock.stop();
612 mBiometricUnlock.stop();
669 // When view is hidden, we need to stop the biometric unlock
671 mBiometricUnlock.stop();
701 mBiometricUnlock.stop();
716 // We need to stop the biometric unlock when a phone call comes in
722 mBiometricUnlock.stop();
730 mBiometricUnlock.stop();
[all...]
/frameworks/support/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/base/media/java/android/media/
H A DRingtone.java242 public void stop() { method in class:Ringtone
247 mRemotePlayer.stop(mRemoteToken);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java177 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
179 mPlayer.stop();
254 * Calling this before another audio file is done playing will stop
282 public void stop() { method in class:NotificationPlayer
284 // This check allows stop to be called multiple times without starting
306 * We want to hold a wake lock while we do the prepare and play. The stop probably is
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c724 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { argument
725 return start + (stop - start) * amount;
727 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { argument
728 return start + (stop - start) * amount;
730 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { argument
731 return start + (stop - start) * amount;
733 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { argument
734 return start + (stop - start) * amount;
736 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { argument
737 return start + (stop
739 mix(float3 start, float3 stop, float amount) argument
742 mix(float4 start, float4 stop, float amount) argument
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java341 mIntervalMeasurementProcess.stop();
518 mAutoRegistration.stop();
525 mAutoRegistration.stop();
638 public void stop() { method in class:SipService.IntervalMeasurementProcess
694 // update mKeepAliveInterval and stop measurement.
695 stop();
856 public void stop() { method in class:SipService.AutoRegistrationProcess
1029 stop();
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp430 ar->mAudioRecord->stop();
454 ar->mAudioRecord->stop();
457 // Note that pausing is treated like stop as this implementation only records to a buffer
460 ar->mAudioRecord->stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java100 Log.v(TAG, "stop");
101 mRecorder.stop();
164 mMediaRecorder.stop();
200 Log.v(TAG, "stop");
201 mRecorder.stop();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h82 virtual status_t stop() { return reset(); } function in class:android::CameraSource
88 * Must call this method before stop().
H A DMPEG4Writer.h40 virtual status_t stop() { return reset(); } function in class:android::MPEG4Writer

Completed in 237 milliseconds

1234567891011>>