Searched refs:aTimeout (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Main/include/
H A DEventImpl.h47 HRESULT waitProcessed(LONG aTimeout, BOOL *aResult);
75 HRESULT waitProcessed(LONG aTimeout, BOOL *aResult);
109 LONG aTimeout,
112 LONG aTimeout,
158 BOOL fire(LONG aTimeout) argument
163 int rc = mEventSource->FireEvent(mEvent, aTimeout, &fDelivered);
H A DProgressProxyImpl.h76 STDMETHOD(COMSETTER(Timeout))(ULONG aTimeout);
77 STDMETHOD(COMGETTER(Timeout))(ULONG *aTimeout);
80 STDMETHOD(WaitForCompletion)(LONG aTimeout);
81 STDMETHOD(WaitForOperationCompletion)(ULONG aOperation, LONG aTimeout);
H A DProgressImpl.h200 HRESULT getTimeout(ULONG *aTimeout);
201 HRESULT setTimeout(ULONG aTimeout);
207 HRESULT waitForCompletion(LONG aTimeout);
209 LONG aTimeout);
H A DGuestSessionImpl.h266 HRESULT getTimeout(ULONG *aTimeout);
267 HRESULT setTimeout(ULONG aTimeout);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcService.cpp104 PRUint32 aTimeout)
107 PR_MillisecondsToInterval(aTimeout));
102 WaitMessage(PRUint32 aSenderID, const nsID &aTarget, ipcIMessageObserver *aObserver, PRUint32 aTimeout) argument
H A Dipcdclient.cpp352 PRIntervalTime aTimeout,
370 if (aTimeout == PR_INTERVAL_NO_TIMEOUT)
371 timeEnd = aTimeout;
372 else if (aTimeout == PR_INTERVAL_NO_WAIT)
376 timeEnd = timeStart + aTimeout;
1130 PRIntervalTime aTimeout)
1142 nsresult rv = WaitTarget(aTarget, aTimeout, &msg, WaitMessageSelector, &data);
351 WaitTarget(const nsID &aTarget, PRIntervalTime aTimeout, ipcMessage **aMsg, ipcMessageSelector aSelector = nsnull, void *aArg = nsnull) argument
1126 IPC_WaitMessage(PRUint32 aSenderID, const nsID &aTarget, ipcIMessageObserver *aObserver, ipcIMessageObserver *aConsumer, PRIntervalTime aTimeout) argument
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp592 STDMETHODIMP ProgressProxy::COMSETTER(Timeout)(ULONG aTimeout) argument
595 NOREF(aTimeout);
600 STDMETHODIMP ProgressProxy::COMGETTER(Timeout)(ULONG *aTimeout) argument
603 CheckComArgOutPointerValid(aTimeout);
612 STDMETHODIMP ProgressProxy::WaitForCompletion(LONG aTimeout) argument
616 LogFlowThisFunc(("aTimeout=%d\n", aTimeout));
620 hrc = Progress::WaitForCompletion(aTimeout);
626 STDMETHODIMP ProgressProxy::WaitForOperationCompletion(ULONG aOperation, LONG aTimeout) argument
629 LogFlowThisFunc(("aOperation=%d aTimeout
[all...]
H A DVRDEServerImpl.cpp628 HRESULT VRDEServer::getAuthTimeout(ULONG *aTimeout) argument
632 *aTimeout = mData->mAuthTimeout;
638 HRESULT VRDEServer::setAuthTimeout(ULONG aTimeout) argument
646 if (aTimeout != mData->mAuthTimeout)
649 mData->mAuthTimeout = aTimeout;
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp732 HRESULT Progress::getTimeout(ULONG *aTimeout) argument
736 *aTimeout = m_cMsTimeout;
741 HRESULT Progress::setTimeout(ULONG aTimeout) argument
748 m_cMsTimeout = aTimeout;
819 HRESULT Progress::waitForCompletion(LONG aTimeout) argument
822 LogFlowThisFunc(("aTimeout=%d\n", aTimeout));
830 bool fForever = aTimeout < 0;
831 int64_t timeLeft = aTimeout;
875 HRESULT Progress::waitForOperationCompletion(ULONG aOperation, LONG aTimeout) argument
[all...]
H A DEventImpl.cpp194 HRESULT VBoxEvent::waitProcessed(LONG aTimeout, BOOL *aResult) argument
204 if (aTimeout == 0)
211 int vrc = ::RTSemEventWait(m->mWaitEvent, aTimeout);
318 HRESULT VBoxVetoEvent::waitProcessed(LONG aTimeout, BOOL *aResult) argument
320 return m->mEvent->WaitProcessed(aTimeout, aResult);
589 HRESULT dequeue(IEvent **aEvent, LONG aTimeout, AutoLockBase &aAlock);
854 LONG aTimeout,
871 if (aTimeout == 0)
881 ::RTSemEventWait(mQEvent, aTimeout);
1059 LONG aTimeout,
853 dequeue(IEvent **aEvent, LONG aTimeout, AutoLockBase &aAlock) argument
1058 fireEvent(const ComPtr<IEvent> &aEvent, LONG aTimeout, BOOL *aResult) argument
1138 getEvent(const ComPtr<IEventListener> &aListener, LONG aTimeout, ComPtr<IEvent> &aEvent) argument
1514 FireEvent(IEvent *aEvent, LONG aTimeout, BOOL *aProcessed) argument
1542 GetEvent(IEventListener *aListener, LONG aTimeout, IEvent **aEvent) argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/
H A DipcIService.idl191 * @param aTimeout
210 in unsigned long aTimeout);
H A Dipcdclient.h202 * The aTimeout parameter is interpreted as follows:
203 * o If aTimeout is PR_INTERVAL_NO_TIMEOUT, then this function will block
205 * o If aTimeout is PR_INTERVAL_NO_WAIT, then this function will only inspect
208 * o Otherwise, aTimeout specifies the maximum amount of time to wait for a
240 PRIntervalTime aTimeout = PR_INTERVAL_NO_TIMEOUT
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.h81 void UpdateFilter(PRUint32 aDelay, PRIntervalTime aTimeout,
H A DTimerThread.cpp187 void TimerThread::UpdateFilter(PRUint32 aDelay, PRIntervalTime aTimeout, argument
190 PRInt32 slack = (PRInt32) (aTimeout - aNow);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp361 XPCOM_NATIVE2(waitForEvents) (JNIEnv *env, jobject, jlong aTimeout) argument
368 int rc = aEventQ->processEventQueue(aTimeout < 0 ? RT_INDEFINITE_WAIT : (uint32_t)aTimeout);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h9289 #define IGuestSession_get_Timeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout))
9290 #define IGuestSession_GetTimeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout))
9291 #define IGuestSession_put_Timeout(p, aTimeout) ((p)->lpVtbl->SetTimeout(p, aTimeout))
9292 #define IGuestSession_SetTimeout(p, aTimeout) ((p)->lpVtbl->SetTimeout(p, aTimeout))
10957 #define IProgress_get_Timeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout))
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp416 HRESULT GuestSession::getTimeout(ULONG *aTimeout) argument
425 *aTimeout = mData.mTimeout;
432 HRESULT GuestSession::setTimeout(ULONG aTimeout) argument
441 mData.mTimeout = aTimeout;

Completed in 183 milliseconds