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

/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp3 * Implementation of VirtualBox COM components: USBDeviceFilter and HostUSBDeviceFilter
37 * (This function is also used by HostUSBDeviceFilter.)
83 * (This function is also used by HostUSBDeviceFilter.)
827 // HostUSBDeviceFilter
833 HostUSBDeviceFilter::HostUSBDeviceFilter() function in class:HostUSBDeviceFilter
838 HostUSBDeviceFilter::~HostUSBDeviceFilter()
843 HRESULT HostUSBDeviceFilter::FinalConstruct()
848 void HostUSBDeviceFilter
[all...]
H A DHostImpl.cpp495 * Note! HostUSBDeviceFilter::uninit() will modify llChildren. */
498 ComObjPtr<HostUSBDeviceFilter> &pChild = m->llChildren.front();
1326 ComObjPtr<HostUSBDeviceFilter> filter;
1347 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
1355 ComObjPtr<HostUSBDeviceFilter> pFilter;
1408 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
1424 ComObjPtr<HostUSBDeviceFilter> filter;
1706 ComObjPtr<HostUSBDeviceFilter> pFilter;
1718 HostUSBDeviceFilter *flt = pFilter; /* resolve ambiguity */
1743 ComObjPtr<HostUSBDeviceFilter> pFilte
[all...]
H A DUSBProxyService.cpp428 const HostUSBDeviceFilter::Data &data = (*it)->i_getData();
/vbox/src/VBox/Main/include/
H A DHostImpl.h23 class HostUSBDeviceFilter;
69 typedef std::list< ComObjPtr<HostUSBDeviceFilter> > USBDeviceFilterList;
74 HRESULT i_addChild(HostUSBDeviceFilter *pChild);
75 HRESULT i_removeChild(HostUSBDeviceFilter *pChild);
78 HRESULT i_onUSBDeviceFilterChange(HostUSBDeviceFilter *aFilter, BOOL aActiveChanged = FALSE);
H A DUSBDeviceFilterImpl.h3 * Declaration of USBDeviceFilter and HostUSBDeviceFilter.
147 // HostUSBDeviceFilter
150 class ATL_NO_VTABLE HostUSBDeviceFilter : class in inherits:HostUSBDeviceFilterWrap
160 DECLARE_EMPTY_CTOR_DTOR (HostUSBDeviceFilter)

Completed in 66 milliseconds