Searched refs:mUsingUsbfsDevices (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp64 mhWakeupPipeW(NIL_RTPIPE), mUsingUsbfsDevices(true /* see init */),
78 int rc = USBProxyLinuxChooseMethod(&mUsingUsbfsDevices, &pcszDevicesRoot);
82 rc = mUsingUsbfsDevices ? initUsbfs() : initSysfs();
86 mUsingUsbfsDevices ? "USBFS" : "sysfs"));
99 Assert(mUsingUsbfsDevices);
154 Assert(!mUsingUsbfsDevices);
301 if (mUsingUsbfsDevices)
371 LogFlowFunc(("mUsingUsbfsDevices=%d\n", mUsingUsbfsDevices));
372 if (!mUsingUsbfsDevices)
[all...]
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h239 bool mUsingUsbfsDevices; member in class:USBProxyServiceLinux

Completed in 42 milliseconds