Searched defs:GetVideoCaptureDevices (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmobiledevicemanager.cc37 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
48 bool MobileDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devs) { function in class:cricket::MobileDeviceManager
H A Dmacdevicemanager.cc86 bool MacDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { function in class:cricket::MacDeviceManager
H A Ddevicemanager.cc128 if (GetVideoCaptureDevices(&devices) && !devices.empty()) {
150 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { function in class:cricket::DeviceManager
171 if (!GetVideoCaptureDevices(&devices)) {
321 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
H A Dfakedevicemanager.h78 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs) { function in class:cricket::FakeDeviceManager
H A Dlinuxdevicemanager.cc288 bool LinuxDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { function in class:cricket::LinuxDeviceManager
H A Dwin32devicemanager.cc136 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
164 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { function in class:cricket::Win32DeviceManager
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.h110 bool GetVideoCaptureDevices(std::vector<std::string>* names) { function in class:cricket::MediaSessionClient
111 return channel_manager_->GetVideoCaptureDevices(names);
H A Dchannelmanager.cc921 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) { function in class:cricket::ChannelManager
924 bool ret = device_manager_->GetVideoCaptureDevices(&devs);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h113 bool GetVideoCaptureDevices(std::vector<std::string>* names) { function in class:cricket::MediaSessionClient
114 return channel_manager_->GetVideoCaptureDevices(names);
H A Dchannelmanager.cc759 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) { function in class:cricket::ChannelManager
762 bool ret = device_manager_->GetVideoCaptureDevices(&devs);
H A Ddevicemanager.cc211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) {
239 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { function in class:cricket::DeviceManager
274 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
290 if (!GetVideoCaptureDevices(&devices)) {
/external/chromium_org/chrome/browser/media/
H A Dmedia_capture_devices_dispatcher.cc220 MediaCaptureDevicesDispatcher::GetVideoCaptureDevices() { function in class:MediaCaptureDevicesDispatcher
602 const content::MediaStreamDevices& video_devices = GetVideoCaptureDevices();
611 const content::MediaStreamDevices& video_devices = GetVideoCaptureDevices();

Completed in 110 milliseconds