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

/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)) {

Completed in 56 milliseconds