HomeSort by relevance Sort by last modified time
    Searched refs:GetVideoCaptureDevices (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 80 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
mediasessionclient.h 113 bool GetVideoCaptureDevices(std::vector<std::string>* names) {
114 return channel_manager_->GetVideoCaptureDevices(names);
channelmanager.h 155 bool GetVideoCaptureDevices(std::vector<std::string>* names);
devicemanager.cc 211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) {
239 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
274 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
290 if (!GetVideoCaptureDevices(&devices)) {
channelmanager.cc 759 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) {
762 bool ret = device_manager_->GetVideoCaptureDevices(&devs);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 904 media_client_->GetVideoCaptureDevices(&names);

Completed in 199 milliseconds