ListType           53 extra_lib/include/avcap/ConnectorManager.h 		ListType		mVideoInputs;
ListType           54 extra_lib/include/avcap/ConnectorManager.h 		ListType		mAudioInputs;
ListType           55 extra_lib/include/avcap/ConnectorManager.h 		ListType		mVideoOutputs;
ListType           56 extra_lib/include/avcap/ConnectorManager.h 		ListType		mAudioOutputs;
ListType          122 extra_lib/include/avcap/ConnectorManager.h 		inline const ListType& getVideoInputList() const 
ListType          128 extra_lib/include/avcap/ConnectorManager.h 		inline const ListType& getAudioInputList() const 
ListType          134 extra_lib/include/avcap/ConnectorManager.h 		inline const ListType& getVideoOutputList() const 
ListType          140 extra_lib/include/avcap/ConnectorManager.h 		inline const ListType& getAudioOutputList() const 
ListType          147 extra_lib/include/avcap/ConnectorManager.h 		void clearList(ConnectorManager::ListType& list);
ListType           48 extra_lib/include/avcap/ControlManager.h 		ListType mControls;
ListType           70 extra_lib/include/avcap/ControlManager.h 		inline const ListType& getControlList() 
ListType           71 extra_lib/include/avcap/ControlManager.h 			{ return (const ListType&) mControls; }
ListType          210 extra_lib/include/avcap/FormatManager.h 		ListType		mFormats;
ListType          233 extra_lib/include/avcap/FormatManager.h 		virtual inline const ListType& getFormatList() const
ListType          234 extra_lib/include/avcap/FormatManager.h 			{ return (const ListType&) mFormats; }
ListType           61 extra_lib/include/avcap/linux/V4L1_ConnectorManager.h 		Connector* findByIndex(const ListType& l, int index);
ListType           65 extra_lib/include/avcap/linux/V4L2_ConnectorManager.h 		Connector* findByIndex(const ListType& l, int index);
ListType           80 extra_lib/include/avcap/windows/DS_ConnectorManager.h 		Connector* findByIndex(const ListType& l, int index);
ListType           70 extra_lib/include/avcap/windows/DS_ControlManager.h 		const ListType& getControlList()
ListType           71 extra_lib/include/avcap/windows/DS_ControlManager.h 			{ return (const ListType&) mControls; }