Home
last modified time | relevance | path

Searched refs:GetVideoCaptureDevices (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.h113 bool GetVideoCaptureDevices(std::vector<std::string>* names) { in GetVideoCaptureDevices() function
114 return channel_manager_->GetVideoCaptureDevices(names); in GetVideoCaptureDevices()
Ddevicemanager.h80 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
Ddevicemanager.cc211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) { in GetCapabilities()
239 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { in GetVideoCaptureDevices() function in cricket::DeviceManager
274 ret = (GetVideoCaptureDevices(&devices) && !devices.empty()); in GetDefaultVideoCaptureDevice()
290 if (!GetVideoCaptureDevices(&devices)) { in GetVideoCaptureDevice()
Dchannelmanager.h155 bool GetVideoCaptureDevices(std::vector<std::string>* names);
Dchannelmanager.cc759 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) { in GetVideoCaptureDevices() function in cricket::ChannelManager
762 bool ret = device_manager_->GetVideoCaptureDevices(&devs); in GetVideoCaptureDevices()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcallclient.cc904 media_client_->GetVideoCaptureDevices(&names); in GetDevices()