Searched refs:i_onUSBDeviceStateChange (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 251 void i_onUSBDeviceStateChange(IUSBDevice *aDevice, bool aAttached,
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 5435 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 221 milliseconds