DeviceList         76 extra_lib/include/avcap/DeviceCollector.h 		DeviceList mDeviceList;
DeviceList         87 extra_lib/include/avcap/DeviceCollector.h 		inline const DeviceList& getDeviceList() const 
DeviceList         88 extra_lib/include/avcap/DeviceCollector.h 			{ return (const DeviceList&) mDeviceList; }
DeviceList         49 extra_lib/include/avcap/osx/QT_DeviceEnumerator.h 		int findDevices(DeviceCollector::DeviceList& dev_list);
DeviceList        116 modules/avcap/avcap.cpp 	const DeviceCollector::DeviceList& dl = DEVICE_COLLECTOR::instance().getDeviceList();
DeviceList        120 modules/avcap/avcap.cpp 	for(DeviceCollector::DeviceList::const_iterator i = dl.begin(); i != dl.end(); i++, index++) {