Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Dvideo_capture_impl.h112 void StopDevice();
Dvideo_capture_impl.cc199 StopDevice(); in DoStopCaptureOnCaptureThread()
356 void VideoCaptureImpl::StopDevice() { in StopDevice() function in content::VideoCaptureImpl
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_manager.h230 void StopDevice(MediaStreamType type, int session_id);
Dmedia_stream_manager.cc482 StopDevice(device_it->device.type, device_it->session_id); in StopStreamDevice()
489 void MediaStreamManager::StopDevice(MediaStreamType type, int session_id) { in StopDevice() function in content::MediaStreamManager
710 StopDevice(device.type, *it); in StopRemovedDevice()