Searched refs:mUSBLibInitialized (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp42 : USBProxyService(aHost), mServiceRunLoopRef(NULL), mNotifyOpaque(NULL), mWaitABitNextTime(false), mUSBLibInitialized(false)
65 mUSBLibInitialized = true;
93 if (mUSBLibInitialized)
96 mUSBLibInitialized = false;
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp57 : USBProxyService(aHost), mUSBLibInitialized(false)
89 mUSBLibInitialized = true;
115 if (mUSBLibInitialized)
118 mUSBLibInitialized = false;
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h190 bool mUSBLibInitialized; member in class:USBProxyServiceDarwin
322 bool mUSBLibInitialized; member in class:USBProxyServiceSolaris

Completed in 44 milliseconds