Searched refs:StopDevice (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl.h136 void StopDevice();
H A Dvideo_capture_impl.cc148 StopDevice();
388 void VideoCaptureImpl::StopDevice() { function in class:content::VideoCaptureImpl
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.h265 void StopDevice(MediaStreamType type, int session_id);
H A Dmedia_stream_manager.cc589 StopDevice(device_it->device.type, device_it->session_id);
596 void MediaStreamManager::StopDevice(MediaStreamType type, int session_id) { function in class:content::MediaStreamManager
597 DVLOG(1) << "StopDevice"
926 StopDevice(device.type, *it);
1777 StopDevice(stream_type, capture_session_id);

Completed in 83 milliseconds