HomeSort by relevance Sort by last modified time
    Searched defs:hresult (Results 1 - 8 of 8) sorted by null

  /external/quake/quake/src/QW/client/
snd_mix.c 74 HRESULT hresult; local
87 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
90 if (hresult != DSERR_BUFFERLOST)
153 HRESULT hresult; local
174 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
177 if (hresult != DSERR_BUFFERLOST)
snd_win.c 25 HRESULT (WINAPI *pDirectSoundCreate)(GUID FAR *lpGUID, LPDIRECTSOUND FAR *lplpDS, IUnknown FAR *pUnkOuter);
188 HRESULT hresult; local
229 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
231 if (hresult != DSERR_ALLOCATED)
369 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
371 if (hresult != DSERR_BUFFERLOST)
424 HRESULT hr;
snd_dma.c 584 HRESULT hresult; local
588 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
590 if (hresult != DSERR_BUFFERLOST)
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 82 HRESULT hresult; local
95 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
98 if (hresult != DSERR_BUFFERLOST)
161 HRESULT hresult; local
182 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
185 if (hresult != DSERR_BUFFERLOST)
snd_win.cpp 25 HRESULT (WINAPI *pDirectSoundCreate)(GUID FAR *lpGUID, LPDIRECTSOUND FAR *lplpDS, IUnknown FAR *pUnkOuter);
190 HRESULT hresult; local
231 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
233 if (hresult != DSERR_ALLOCATED)
371 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
373 if (hresult != DSERR_BUFFERLOST)
426 HRESULT hr;
snd_dma.cpp 588 HRESULT hresult; local
592 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
594 if (hresult != DSERR_BUFFERLOST)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1097 milliseconds