Searched refs:webcams (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp394 WebcamsMap::iterator it = m.webcams.begin();
395 while (it != m.webcams.end())
398 m.webcams.erase(it++);
417 aWebcams.resize(m.webcams.size());
432 for (i = 0, it = m.webcams.begin(); it != m.webcams.end(); ++it)
466 WebcamsMap::const_iterator it = m.webcams.find(path);
467 if (it == m.webcams.end())
472 m.webcams[path] = p;
504 m.webcams
[all...]
/vbox/src/VBox/Main/include/
H A DEmulatedUSBImpl.h77 WebcamsMap webcams; member in struct:EmulatedUSB::Data
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1668 com::SafeArray <BSTR> webcams; local
1669 CHECK_ERROR_BREAK(pEmulatedUSB, COMGETTER(Webcams)(ComSafeArrayAsOutParam(webcams)));
1670 for (size_t i = 0; i < webcams.size(); ++i)
1672 RTPrintf("%ls\n", webcams[i][0]? webcams[i]: Bstr("default").raw());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2243 const CHostVideoInputDeviceVector webcams = host.GetVideoInputDevices(); local
2246 if (webcams.isEmpty())
2252 pEmptyMenuAction->setToolTip(tr("No supported webcams connected to the host PC"));
2258 /* Populate menu with host webcams: */
2260 foreach (const CHostVideoInputDevice &webcam, webcams)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6851 nsresult (*GetWebcams)(IEmulatedUSB *pThis, PRUint32 *webcamsSize, PRUnichar * **webcams);
6871 nsresult (*GetWebcams)(IEmulatedUSB *pThis, PRUint32 *webcamsSize, PRUnichar * **webcams);

Completed in 245 milliseconds