Home
last modified time | relevance | path

Searched refs:DSOUND_timer (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Ddsound_private.h387 void CALLBACK DSOUND_timer(UINT timerID, UINT msg, DWORD_PTR dwUser, DWORD_PTR dw1, DWORD_PTR dw2) …
H A Ddsound.c1467 …id = timeSetEvent(triggertime, res, DSOUND_timer, (DWORD_PTR)device, TIME_PERIODIC | TIME_KILL_SYN… in DirectSoundDevice_Initialize()
1471 id = timeSetEvent(triggertime, res, DSOUND_timer, (DWORD_PTR)device, TIME_PERIODIC); in DirectSoundDevice_Initialize()
H A Dmixer.c984 void CALLBACK DSOUND_timer(UINT timerID, UINT msg, DWORD_PTR dwUser, in DSOUND_timer() function