Home
last modified time | relevance | path

Searched refs:IDsDriverBuffer_Lock (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Dmixer.c849IDsDriverBuffer_Lock(device->hwbuf, &buf1, &size1, &buf2, &size2, device->playpos, size1+size2, 0); in DSOUND_PerformMix()
863IDsDriverBuffer_Lock(device->hwbuf, &buf1, &size1, &buf2, &size2, device->playpos, size1+size2, 0); in DSOUND_PerformMix()
882 IDsDriverBuffer_Lock(device->hwbuf, &buf1, &size1, &buf2, &size2, writepos, maxq, 0); in DSOUND_PerformMix()
H A Dprimary.c532IDsDriverBuffer_Lock(device->hwbuf, (LPVOID *)&device->buffer, &device->buflen, NULL, NULL, 0, 0, … in primarybuffer_SetFormat()
923 hres = IDsDriverBuffer_Lock(device->hwbuf, in PrimaryBufferImpl_Lock()
H A Dbuffer.c542 hres = IDsDriverBuffer_Lock(This->hwbuf, in IDirectSoundBufferImpl_Lock()
/reactos/sdk/include/dxsdk/
H A Ddsdriver.h196 #define IDsDriverBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) macro