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

/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp591 * @param[in] aDone When set to false, the VM just informs us that it's about
602 HRESULT HostUSBDevice::i_onDetachFromVM(SessionMachine *aMachine, bool aDone, bool *aRunFilters, bool aAbnormal /*= true*/) argument
604 LogFlowThisFunc(("{%s} state=%s aDone=%RTbool aAbnormal=%RTbool\n", mName, i_getStateName(), aDone, aAbnormal));
611 if (!aDone)
628 if (!aDone)
H A DUSBProxyService.cpp197 * @param aDone \a false for the pre-action notification (necessary
206 * @remarks When \a aDone is \a true this method may end up doing IPC to other
210 HRESULT USBProxyService::detachDeviceFromVM(SessionMachine *aMachine, IN_GUID aId, bool aDone) argument
212 LogFlowThisFunc(("aMachine=%p{%s} aId={%RTuuid} aDone=%RTbool\n",
216 aDone));
232 LogFlowThisFunc(("id={%RTuuid} state=%s aDone=%RTbool name={%s}\n",
233 pHostDevice->i_getId().raw(), pHostDevice->i_getStateName(), aDone, pHostDevice->i_getName().c_str()));
235 HRESULT hrc = pHostDevice->i_onDetachFromVM(aMachine, aDone, &fRunFilters);
243 Assert(aDone && pHostDevice->i_getUnistate() == kHostUSBDeviceState_HeldByProxy && pHostDevice->i_getMachine().isNull());
314 * where \a aDone indicate
327 detachAllDevicesFromVM(SessionMachine *aMachine, bool aDone, bool aAbnormal) argument
[all...]
H A DMachineImpl.cpp12506 service->detachAllDevicesFromVM(this, true /* aDone */, true /* aAbnormal */);
13173 BOOL aDone)
13180 return service->detachDeviceFromVM(this, aId.ref(), !!aDone);
13183 NOREF(aDone);
13223 HRESULT SessionMachine::detachAllUSBDevices(BOOL aDone) argument
13234 return service->detachAllDevicesFromVM(this, !!aDone, false /* aAbnormal */);
13236 NOREF(aDone);
14661 BOOL aDone)
14664 NOREF(aDone);
14673 HRESULT Machine::detachAllUSBDevices(BOOL aDone) argument
13172 detachUSBDevice(const com::Guid &aId, BOOL aDone) argument
14660 detachUSBDevice(const com::Guid &aId, BOOL aDone) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2848 HRESULT rc = mControl->DetachUSBDevice(Bstr(aId.toString()).raw(), false /* aDone */);
2863 rc = mControl->DetachUSBDevice(Bstr(aId.toString()).raw(), true /* aDone */);
7629 i_detachAllUSBDevices(false /* aDone */);
7684 i_detachAllUSBDevices(true /* aDone */);
9195 void Console::i_detachAllUSBDevices(bool aDone) argument
9197 LogFlowThisFunc(("aDone=%RTbool\n", aDone));
9210 mControl->DetachAllUSBDevices(aDone);

Completed in 132 milliseconds