Searched refs:IDsDriverBuffer_Lock (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/dsound/ |
H A D | mixer.c | 849 …IDsDriverBuffer_Lock(device->hwbuf, &buf1, &size1, &buf2, &size2, device->playpos, size1+size2, 0); in DSOUND_PerformMix() 863 …IDsDriverBuffer_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 D | primary.c | 532 …IDsDriverBuffer_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 D | buffer.c | 542 hres = IDsDriverBuffer_Lock(This->hwbuf, in IDirectSoundBufferImpl_Lock()
|
/reactos/sdk/include/dxsdk/ |
H A D | dsdriver.h | 196 #define IDsDriverBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) macro
|