Searched defs:Stop (Results 226 - 250 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_track.cc216 Stop();
248 void MediaStreamVideoTrack::Stop() { function in class:content::MediaStreamVideoTrack
H A Dwebrtc_local_audio_renderer.cc143 void WebRtcLocalAudioRenderer::Stop() { function in class:content::WebRtcLocalAudioRenderer
144 DVLOG(1) << "WebRtcLocalAudioRenderer::Stop()";
153 // Stop the output audio stream, i.e, stop asking for data to render.
154 // It is safer to call Stop() on the |sink_| to clean up the resources even
157 sink_->Stop();
321 // Stop |sink_| and re-create a new one to be initialized with different audio
324 sink_->Stop();
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_delegate.cc197 void ShellDevToolsDelegate::Stop() { function in class:content::ShellDevToolsDelegate
199 devtools_http_handler_->Stop();
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request.cc33 // 4. Stop() is called on owner thread, which calls StopOnTokenServiceThread()
50 void Stop();
109 void OAuth2TokenServiceRequest::Core::Stop() { function in class:OAuth2TokenServiceRequest::Core
114 // if |Stop()| has never been called.
354 core_->Stop();
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.cc294 void JingleThreadWrapper::Stop() { function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.cc243 void AlsaPcmInputStream::Stop() { function in class:media::AlsaPcmInputStream
/external/chromium_org/media/audio/android/
H A Dopensles_input.cc92 // TODO(henrika): add support for Start/Stop/Start sequences when we are
94 // implementation which forces us to always call Stop() and Close() before
120 void OpenSLESInputStream::Stop() { function in class:media::OpenSLESInputStream
128 // Stop recording by setting the record state to SL_RECORDSTATE_STOPPED.
144 // Stop the stream if it is still recording.
145 Stop();
H A Dopensles_output.cc109 void OpenSLESOutputStream::Stop() { function in class:media::OpenSLESOutputStream
110 DVLOG(2) << "OpenSLESOutputStream::Stop()";
117 // Stop playing by setting the play state to SL_PLAYSTATE_STOPPED.
143 // Stop the stream if it is still playing.
144 Stop();
/external/chromium_org/media/audio/
H A Daudio_output_proxy_unittest.cc64 void Stop() { function in class:__anon8536::MockAudioOutputStream
66 fake_output_stream_->Stop();
204 // Creates a stream, and then calls Start() and Stop().
220 proxy->Stop();
227 // Verify that the stream is closed after Stop() is called.
243 proxy->Stop();
322 proxy1->Stop();
329 proxy2->Stop();
363 proxy1->Stop();
366 proxy2->Stop();
[all...]
H A Daudio_output_resampler.cc36 // Sets |source_callback_|. If this is not a new object, then Stop() must be
41 void Stop();
252 resampler_callback->Stop();
267 // be stopped and no longer calling OnMoreData(), making it safe to Stop() the
271 it->second->Stop();
307 // Ensure Stop() has been called so we don't end up with an AudioOutputStream
323 void OnMoreDataConverter::Stop() { function in class:media::OnMoreDataConverter
342 // TODO(dalecurtis): Stop passing bytes around, it doesn't make sense since
H A Dfake_audio_input_stream.cc181 void FakeAudioInputStream::Stop() { function in class:media::FakeAudioInputStream
H A Dvirtual_audio_input_stream_unittest.cc135 void Stop() { function in class:media::VirtualAudioInputStreamTest
137 stream_->Stop();
169 output_stream->Stop();
178 output_stream->Stop();
257 RUN_ON_AUDIO_THREAD(Stop);
268 RUN_ON_AUDIO_THREAD(Stop);
282 RUN_ON_AUDIO_THREAD(Stop);
303 RUN_ON_AUDIO_THREAD(Stop);
334 RUN_ON_AUDIO_THREAD(Stop);
/external/chromium_org/media/audio/cras/
H A Dcras_input.cc88 Stop();
200 void CrasInputStream::Stop() { function in class:media::CrasInputStream
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac.cc129 // Use a cancellable closure so that if Stop() is called before Start()
150 Stop();
155 void AUHALStream::Stop() { function in class:media::AUHALStream
/external/chromium_org/media/audio/pulse/
H A Dpulse_input.cc90 void PulseAudioInputStream::Stop() { function in class:media::PulseAudioInputStream
106 // Stop the stream.
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc119 // Create the event which will be set in Stop() when capturing shall stop.
273 void WASAPIAudioOutputStream::Stop() { function in class:media::WASAPIAudioOutputStream
274 VLOG(1) << "WASAPIAudioOutputStream::Stop()";
279 // Stop output audio streaming.
280 HRESULT hr = audio_client_->Stop();
314 Stop();
395 // Stop audio rendering since something has gone wrong in our main thread
396 // loop. Note that, we are still in a "started" state, hence a Stop() call
398 audio_client_->Stop();
H A Dwavein_input_win.cc146 void PCMWaveInAudioInputStream::Stop() { function in class:media::PCMWaveInAudioInputStream
147 DVLOG(1) << "PCMWaveInAudioInputStream::Stop()";
168 // Stop input and reset the current position to zero for |wavein_|.
183 Stop();
263 // device id which was specified in the constructor. Stop comparing
289 // The lock ensures that Stop() can't be called during a callback.
313 // Main thread has called Stop() and set |callback_| to NULL and is
/external/chromium_org/media/filters/
H A Dpipeline_integration_test_base.cc46 Stop();
186 void PipelineIntegrationTestBase::Stop() { function in class:media::PipelineIntegrationTestBase
188 pipeline_->Stop(base::MessageLoop::QuitClosure());
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc120 STDMETHODIMP FilterBase::Stop() { function in class:media::FilterBase
/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.cc101 void Eviction::Stop() { function in class:disk_cache::Eviction
H A Deviction_v3.cc104 void EvictionV3::Stop() { function in class:disk_cache::EvictionV3
/external/chromium_org/remoting/host/
H A Ddaemon_process.cc66 Stop();
135 Stop();
280 void DaemonProcess::Stop() { function in class:remoting::DaemonProcess
H A Dinput_injector_mac.cc94 void Stop();
121 core_->Stop();
325 void InputInjectorMac::Core::Stop() { function in class:remoting::__anon10429::InputInjectorMac::Core
327 task_runner_->PostTask(FROM_HERE, base::Bind(&Core::Stop, this));
331 clipboard_->Stop();
H A Dlocal_input_monitor_linux.cc55 void Stop();
116 core_->Stop();
145 void LocalInputMonitorLinux::Core::Stop() { function in class:remoting::__anon10441::LocalInputMonitorLinux::Core
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc273 void DaemonControllerDelegateLinux::Stop( function in class:remoting::DaemonControllerDelegateLinux

Completed in 689 milliseconds

1234567891011>>