Searched defs:removeFilter (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp127 void USBProxyServiceWindows::removeFilter(void *aID) function in class:USBProxyServiceWindows
129 LogFlow(("USBProxyServiceWindows::removeFilter(): id=%p\n", aID));
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp109 void USBProxyServiceDarwin::removeFilter(void *aId) function in class:USBProxyServiceDarwin
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp132 void USBProxyServiceSolaris::removeFilter(void *pvID) function in class:USBProxyServiceSolaris
/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp40 void USBProxyService::removeFilter(void*) {} function in class:USBProxyService
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp558 void USBProxyService::removeFilter(void *aId) function in class:USBProxyService
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp141 IOReturn removeFilter(uintptr_t *puId, int *prc, IOByteCount cbIn, IOByteCount *pcbOut);
791 (IOMethod)&org_virtualbox_VBoxUSBClient::removeFilter, /* func */
877 org_virtualbox_VBoxUSBClient::removeFilter(uintptr_t *puId, int *prc, IOByteCount cbIn, IOByteCount *pcbOut) function in class:org_virtualbox_VBoxUSBClient
879 Log(("VBoxUSBClient::removeFilter: [%p:{.m_Process=%d}] *puId=%p m_Proc\n", this, (int)m_Process, *puId));
887 printf("VBoxUSBClient::removeFilter: cbIn=%#x expected %#x; *pcbOut=%#x expected %#x\n",
897 Log(("VBoxUSBClient::removeFilter: returns *prc=%d\n", *prc));

Completed in 844 milliseconds