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

  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 258 if ( result != DS_OK ) {
283 if ( result == DS_OK ) {
295 if ( result != DS_OK ) {
319 if ( result != DS_OK ) {
353 if ( result != DS_OK ) {
382 if ( result != DS_OK ) {
437 if ( result != DS_OK ) {
453 if ( result != DS_OK ) {
464 if ( result != DS_OK ) {
487 if ( result != DS_OK ) {
    [all...]
  /external/quake/quake/src/QW/client/
snd_win.c 229 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
251 if (DS_OK != pDS->lpVtbl->GetCaps (pDS, &dscaps))
263 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
284 if (DS_OK == pDS->lpVtbl->CreateSoundBuffer(pDS, &dsbuf, &pDSPBuf, NULL))
288 if (DS_OK != pDSPBuf->lpVtbl->SetFormat (pDSPBuf, &pformat))
315 if (DS_OK != pDS->lpVtbl->CreateSoundBuffer(pDS, &dsbuf, &pDSBuf, NULL))
326 if (DS_OK != pDSBuf->lpVtbl->GetCaps (pDSBuf, &dsbcaps))
338 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
345 if (DS_OK != pDSPBuf->lpVtbl->GetCaps (pDSPBuf, &dsbcaps))
369 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
    [all...]
snd_mix.c 88 &pbuf2, &dwSize2, 0)) != DS_OK)
175 &pbuf2,&dwSize2, 0)) != DS_OK)
snd_dma.c 588 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
  /external/quake/quake/src/WinQuake/
snd_win.cpp 231 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
253 if (DS_OK != pDS->lpVtbl->GetCaps (pDS, &dscaps))
265 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
286 if (DS_OK == pDS->lpVtbl->CreateSoundBuffer(pDS, &dsbuf, &pDSPBuf, NULL))
290 if (DS_OK != pDSPBuf->lpVtbl->SetFormat (pDSPBuf, &pformat))
317 if (DS_OK != pDS->lpVtbl->CreateSoundBuffer(pDS, &dsbuf, &pDSBuf, NULL))
328 if (DS_OK != pDSBuf->lpVtbl->GetCaps (pDSBuf, &dsbcaps))
340 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
347 if (DS_OK != pDSPBuf->lpVtbl->GetCaps (pDSPBuf, &dsbcaps))
371 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
    [all...]
snd_mix.cpp 96 &pbuf2, &dwSize2, 0)) != DS_OK)
183 &pbuf2,&dwSize2, 0)) != DS_OK)
snd_dma.cpp 592 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
  /gdk/samples/quake/jni/
snd_mix.cpp 96 &pbuf2, &dwSize2, 0)) != DS_OK)
183 &pbuf2,&dwSize2, 0)) != DS_OK)
snd_dma.cpp 592 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
  /external/qemu/audio/
dsoundaudio.c 98 case DS_OK:
293 case DS_OK:
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dsound.h 225 #define DS_OK 0
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DSOUND.H 225 #define DS_OK 0

Completed in 126 milliseconds