Searched refs:GetVideoCaptureDevices (Results 1 – 6 of 6) sorted by relevance
113 bool GetVideoCaptureDevices(std::vector<std::string>* names) { in GetVideoCaptureDevices() function114 return channel_manager_->GetVideoCaptureDevices(names); in GetVideoCaptureDevices()
80 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) { in GetCapabilities()239 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { in GetVideoCaptureDevices() function in cricket::DeviceManager274 ret = (GetVideoCaptureDevices(&devices) && !devices.empty()); in GetDefaultVideoCaptureDevice()290 if (!GetVideoCaptureDevices(&devices)) { in GetVideoCaptureDevice()
155 bool GetVideoCaptureDevices(std::vector<std::string>* names);
759 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) { in GetVideoCaptureDevices() function in cricket::ChannelManager762 bool ret = device_manager_->GetVideoCaptureDevices(&devs); in GetVideoCaptureDevices()
904 media_client_->GetVideoCaptureDevices(&names); in GetDevices()