HomeSort by relevance Sort by last modified time
    Searched refs:dwTimeOut (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
sync.h 295 * dwTimeOut: The time-out interval, in milliseconds.
311 IN DWORD dwTimeOut);
318 * Note: dwTimeOut must be SYNC_INFINITE to signal infinite wait.
322 * dwTimeOut: The time-out interval, in milliseconds.
340 IN DWORD dwTimeout,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 295 * dwTimeOut: The time-out interval, in milliseconds.
311 IN DWORD dwTimeOut);
318 * Note: dwTimeOut must be SYNC_INFINITE to signal infinite wait.
322 * dwTimeOut: The time-out interval, in milliseconds.
340 IN DWORD dwTimeout,
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 226 void SetTimeOut(FX_DWORD dwTimeOut)
228 m_dwTimeOut = dwTimeOut;
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 572 FX_DWORD dwTimeOut = params.size() > 1 ? (int)params[1] : 1000;
582 pTimer->SetTimeOut(dwTimeOut);
585 pTimer->SetJSTimer(dwTimeOut);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplobby8.h 212 STDMETHOD(ConnectApplication)(THIS_ DPL_CONNECT_INFO* CONST pdplConnectionInfo, CONST PVOID pvConnectionContext, DPNHANDLE* CONST hApplication, CONST DWORD dwTimeOut, CONST DWORD dwFlags) PURE;
dplay8.h 583 STDMETHOD(EnumHosts)(THIS_ PDPN_APPLICATION_DESC CONST pApplicationDesc,IDirectPlay8Address * CONST pAddrHost,IDirectPlay8Address * CONST pDeviceInfo, PVOID CONST pUserEnumData, CONST DWORD dwUserEnumDataSize, CONST DWORD dwEnumCount, CONST DWORD dwRetryInterval, CONST DWORD dwTimeOut, PVOID CONST pvUserContext, DPNHANDLE * CONST pAsyncHandle, CONST DWORD dwFlags) PURE;
586 STDMETHOD(Send)(THIS_ CONST DPN_BUFFER_DESC * CONST prgBufferDesc, CONST DWORD cBufferDesc, CONST DWORD dwTimeOut, void * CONST pvAsyncContext, DPNHANDLE * CONST phAsyncHandle, CONST DWORD dwFlags) PURE;
    [all...]
sti.h 391 STDMETHOD(LockDevice) (THIS_ DWORD dwTimeOut) PURE;
ras.h 814 typedef DWORD (WINAPI *PFNRASRECEIVEBUFFER) (HANDLE hPort,PBYTE pBuffer,PDWORD pdwSize,DWORD dwTimeOut,HANDLE hEvent);
    [all...]
clusapi.h 192 DWORD WINAPI EvictClusterNodeEx(HNODE hNode,DWORD dwTimeOut,HRESULT *phrCleanupStatus);
    [all...]
objidl.h     [all...]

Completed in 1135 milliseconds