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

/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp177 * @param aEventSource Address of result variable.
179 HRESULT VirtualBoxClient::getEventSource(ComPtr<IEventSource> &aEventSource) argument
182 aEventSource = mData.m_pEventSource;
183 return aEventSource.isNull() ? E_FAIL : S_OK;
H A DKeyboardImpl.cpp278 HRESULT Keyboard::getEventSource(ComPtr<IEventSource> &aEventSource) argument
281 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestFileImpl.cpp269 HRESULT GuestFile::getEventSource(ComPtr<IEventSource> &aEventSource) argument
275 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestImpl.cpp517 HRESULT Guest::getEventSource(ComPtr<IEventSource> &aEventSource) argument
525 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DMouseImpl.cpp469 HRESULT Mouse::getEventSource(ComPtr<IEventSource> &aEventSource) argument
472 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestProcessImpl.cpp312 HRESULT GuestProcess::getEventSource(ComPtr<IEventSource> &aEventSource) argument
320 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestSessionImpl.cpp573 HRESULT GuestSession::getEventSource(ComPtr<IEventSource> &aEventSource) argument
581 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DConsoleImpl.cpp2014 HRESULT Console::getEventSource(ComPtr<IEventSource> &aEventSource) argument
2017 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp538 HRESULT DHCPServer::getEventSource(ComPtr<IEventSource> &aEventSource) argument
540 NOREF(aEventSource);
H A DNATNetworkImpl.cpp269 HRESULT NATNetwork::getEventSource(ComPtr<IEventSource> &aEventSource) argument
272 m->pEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DVirtualBoxImpl.cpp1068 HRESULT VirtualBox::getEventSource(ComPtr<IEventSource> &aEventSource) argument
1071 m->pEventSource.queryInterfaceTo(aEventSource.asOutParam());

Completed in 586 milliseconds