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

  /external/webrtc/talk/media/devices/
linuxdevicemanager.h 46 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
macdevicemanager.h 47 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
win32devicemanager.h 49 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
mobiledevicemanager.cc 38 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
49 bool MobileDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devs) {
dummydevicemanager_unittest.cc 56 EXPECT_TRUE(dm.GetVideoCaptureDevices(&video_ins));
94 EXPECT_TRUE(dm.GetVideoCaptureDevices(&video_ins));
devicemanager.cc 102 if (GetVideoCaptureDevices(&devices) && !devices.empty()) {
124 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
145 if (!GetVideoCaptureDevices(&devices)) {
307 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
devicemanager.h 75 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs) = 0;
146 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
devicemanager_unittest.cc 128 EXPECT_TRUE(dm->GetVideoCaptureDevices(&devices));
161 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
162 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_in_devs));
192 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
225 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
325 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
354 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
375 EXPECT_TRUE(dm->GetVideoCaptureDevices(&video_ins));
macdevicemanager.cc 85 bool MacDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
win32devicemanager.cc 147 ret = (GetVideoCaptureDevices(&devices) && !devices.empty());
175 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
fakedevicemanager.h 79 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs) {
linuxdevicemanager.cc 288 bool LinuxDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 379 if (!dev_manager->GetVideoCaptureDevices(&devs)) {

Completed in 131 milliseconds