Searched refs:aActive (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFilterImpl.h107 HRESULT getActive(BOOL *aActive);
108 HRESULT setActive(BOOL aActive);
187 HRESULT getActive(BOOL *aActive);
188 HRESULT setActive(BOOL aActive);
H A DEventImpl.h106 BOOL aActive);
H A DGuestImpl.h141 BOOL *aActive);
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp482 HRESULT USBDeviceFilter::getActive(BOOL *aActive) argument
486 *aActive = mData->mActive;
491 HRESULT USBDeviceFilter::setActive(const BOOL aActive) argument
499 if (mData->mActive != aActive)
505 mData->mActive = aActive;
1025 HRESULT HostUSBDeviceFilter::getActive(BOOL *aActive) argument
1029 *aActive = mData->mActive;
1035 HRESULT HostUSBDeviceFilter::setActive(BOOL aActive) argument
1039 if (mData->mActive != aActive)
1041 mData->mActive = aActive;
[all...]
H A DUSBDeviceFiltersImpl.cpp268 STDMETHOD(COMGETTER(Active))(BOOL *aActive);
269 STDMETHOD(COMSETTER(Active))(BOOL aActive);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h90 void setDebuggerActive(bool aActive = true);
H A DUIKeyboardHandler.cpp397 void UIKeyboardHandler::setDebuggerActive(bool aActive /* = true*/)
399 if (aActive)
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp583 BOOL aActive,
719 BOOL aActive,
721 mActive(aActive), mOwner(aOwner), mWaitCnt(0), mRefCnt(0)
1003 BOOL aActive)
1017 RecordHolder<ListenerRecord> lrh(new ListenerRecord(aListener, interested, aActive, this));
1357 BOOL aActive);
1453 BOOL aActive)
1478 rc = mSource->RegisterListener(aListener, ComSafeArrayInArg(aInterested), aActive);
717 ListenerRecord(IEventListener *aListener, com::SafeArray<VBoxEventType_T> &aInterested, BOOL aActive, EventSource *aOwner) argument
1001 registerListener(const ComPtr<IEventListener> &aListener, const std::vector<VBoxEventType_T> &aInteresting, BOOL aActive) argument
1451 RegisterListener(IEventListener *aListener, ComSafeArrayIn(VBoxEventType_T, aInterested), BOOL aActive) argument
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp749 HRESULT Guest::getAdditionsStatus(AdditionsRunLevelType_T aLevel, BOOL *aActive) argument
757 *aActive = (mData.mAdditionsRunLevel > AdditionsRunLevelType_None);
761 *aActive = (mData.mAdditionsRunLevel >= AdditionsRunLevelType_Userland);
765 *aActive = (mData.mAdditionsRunLevel >= AdditionsRunLevelType_Desktop);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6989 #define IVRDEServerInfo_get_Active(p, aActive) ((p)->lpVtbl->GetActive(p, aActive))
6990 #define IVRDEServerInfo_GetActive(p, aActive) ((p)->lpVtbl->GetActive(p, aActive))
10753 #define IGuest_GetAdditionsStatus(p, aLevel, aActive) ((p)->lpVtbl->GetAdditionsStatus(p, aLevel, aActive))
13913 #define IUSBDeviceFilter_get_Active(p, aActive) ((p)->lpVtbl->GetActive(p, aActive))
13914 #define IUSBDeviceFilter_GetActive(p, aActive) ((p)->lpVtbl->GetActive(p, aActive))
[all...]

Completed in 199 milliseconds