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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5435 i_onUSBDeviceStateChange(aDevice, true /* aAttached */, aError);
5458 i_onUSBDeviceStateChange(aDevice, true /* aAttached */, pError);
5527 i_onUSBDeviceStateChange(pUSBDevice, false /* aAttached */, aError);
5550 i_onUSBDeviceStateChange(pUSBDevice, false /* aAttached */, pError);
6663 void Console::i_onUSBDeviceStateChange(IUSBDevice *aDevice, bool aAttached, function in class:Console
8646 i_onUSBDeviceStateChange(pUSBDevice, true /* aAttached */, NULL);
8751 i_onUSBDeviceStateChange(aHostDevice, false /* aAttached */, NULL);

Completed in 1424 milliseconds