Searched refs:IDirectSound8_SetCooperativeLevel (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/dsound/ |
H A D | ds3d8.c | 256 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_buffer8() 315 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_buffer8() 338 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(), in test_buffer8() 523 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_buffer8() 556 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_secondary8() 795 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_secondary8() 853 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary8() 898 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary8() 935 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_3d8() 969 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_3d8() [all …]
|
H A D | dsound8.c | 132 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in IDirectSound8_test() 433 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary8() 507 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary8() 551 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_secondary8() 575 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_secondary8() 611 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_secondary8() 652 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_secondary8() 692 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_secondary8() 886 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_secondary8()
|
/reactos/dll/directx/wine/dsound/ |
H A D | duplex.c | 210 return IDirectSound8_SetCooperativeLevel(This->pdsfd->renderer_device,hwnd,level); in IDirectSoundFullDuplex_IDirectSound8_SetCooperativeLevel() 558 IDirectSound8_SetCooperativeLevel(This->renderer_device, hWnd, dwLevel); in IDirectSoundFullDuplexImpl_Initialize()
|
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 512 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro 528 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro
|
/reactos/dll/directx/wine/quartz/ |
H A D | dsoundrender.c | 648 … hr = IDirectSound8_SetCooperativeLevel(pDSoundRender->dsound, GetDesktopWindow(), DSSCL_PRIORITY); in DSoundRender_create()
|