Searched refs:hresult (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsnd_mix.c74 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)
H A Dsnd_win.c188 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)
H A Dsnd_dma.c584 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/
H A Dsnd_mix.cpp82 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)
H A Dsnd_win.cpp190 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)
H A Dsnd_dma.cpp588 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/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 853 milliseconds