Searched refs:DSOUND_timer (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/dsound/ |
H A D | dsound_private.h | 387 void CALLBACK DSOUND_timer(UINT timerID, UINT msg, DWORD_PTR dwUser, DWORD_PTR dw1, DWORD_PTR dw2) …
|
H A D | dsound.c | 1467 …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 D | mixer.c | 984 void CALLBACK DSOUND_timer(UINT timerID, UINT msg, DWORD_PTR dwUser, in DSOUND_timer() function
|