Searched refs:LPDIRECTSOUND8 (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/directx/dsound_new/ |
H A D | directsound.c | 29 LPDIRECTSOUND8 iface, in IDirectSound8_fnQueryInterface() 56 LPDIRECTSOUND8 iface) in IDirectSound8_fnAddRef() 69 LPDIRECTSOUND8 iface) in IDirectSound8_fnRelease() 87 LPDIRECTSOUND8 iface, in IDirectSound8_fnCreateSoundBuffer() 189 LPDIRECTSOUND8 iface, in IDirectSound8_fnGetCaps() 219 LPDIRECTSOUND8 iface, in IDirectSound8_fnDuplicateSoundBuffer() 230 LPDIRECTSOUND8 iface, in IDirectSound8_fnSetCooperativeLevel() 250 LPDIRECTSOUND8 iface) in IDirectSound8_fnCompact() 273 LPDIRECTSOUND8 iface, in IDirectSound8_fnGetSpeakerConfig() 292 LPDIRECTSOUND8 iface, in IDirectSound8_fnSetSpeakerConfig() [all …]
|
H A D | capture.c | 272 IDirectSoundCapture_Release((LPDIRECTSOUND8)&This->lpVtbl); in InternalDirectSoundCaptureCreate()
|
/reactos/dll/directx/wine/dsound/ |
H A D | dsound.c | 163 LPDIRECTSOUND8 iface, in DSOUND_QueryInterface() 207 LPDIRECTSOUND8 iface, in DSOUND_QueryInterface8() 263 LPDIRECTSOUND8 iface) in IDirectSoundImpl_AddRef() 272 LPDIRECTSOUND8 iface) in IDirectSoundImpl_Release() 354 LPDIRECTSOUND8 pds, in IDirectSound_IUnknown_Create() 516 LPDIRECTSOUND8 pds, in IDirectSound_IDirectSound_Create() 595 LPDIRECTSOUND8 pds, in IDirectSound8_IUnknown_Create() 757 LPDIRECTSOUND8 pds, in IDirectSound8_IDirectSound_Create() 929 LPDIRECTSOUND8 pds, in IDirectSound8_IDirectSound8_Create() 967 LPDIRECTSOUND8 pDS; in DSOUND_Create() [all …]
|
H A D | duplex.c | 141 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_QueryInterface() 151 LPDIRECTSOUND8 iface) in IDirectSoundFullDuplex_IDirectSound8_AddRef() 160 LPDIRECTSOUND8 iface) in IDirectSoundFullDuplex_IDirectSound8_Release() 174 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_CreateSoundBuffer() 185 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_GetCaps() 194 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_DuplicateSoundBuffer() 204 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_SetCooperativeLevel() 214 LPDIRECTSOUND8 iface) in IDirectSoundFullDuplex_IDirectSound8_Compact() 222 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_GetSpeakerConfig() 231 LPDIRECTSOUND8 iface, in IDirectSoundFullDuplex_IDirectSound8_SetSpeakerConfig() [all …]
|
H A D | dsound_private.h | 357 HRESULT DSOUND_Create8(REFIID riid, LPDIRECTSOUND8 *ppDS) DECLSPEC_HIDDEN;
|
/reactos/modules/rostests/winetests/dsound/ |
H A D | dsound8.c | 34 static HRESULT (WINAPI *pDirectSoundCreate8)(LPCGUID,LPDIRECTSOUND8*,LPUNKNOWN)=NULL; 41 static void IDirectSound8_test(LPDIRECTSOUND8 dso, BOOL initialized, in IDirectSound8_test() 176 LPDIRECTSOUND8 dso=NULL; in IDirectSound8_tests() 264 LPDIRECTSOUND8 dso=NULL; in test_dsound8() 293 LPDIRECTSOUND8 dso1=NULL; in test_dsound8() 377 LPDIRECTSOUND8 dso=NULL; in test_primary8() 526 LPDIRECTSOUND8 dso=NULL; in test_primary_secondary8() 667 LPDIRECTSOUND8 dso=NULL; in test_secondary8()
|
H A D | ds3d8.c | 29 static HRESULT (WINAPI *pDirectSoundCreate8)(LPCGUID,LPDIRECTSOUND8*,LPUNKNOWN)=NULL; 167 void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER * dsbo, in test_buffer8() 541 LPDIRECTSOUND8 dso=NULL; in test_secondary8() 810 LPDIRECTSOUND8 dso=NULL; in test_for_driver8() 831 LPDIRECTSOUND8 dso=NULL; in test_primary8() 913 LPDIRECTSOUND8 dso=NULL; in test_primary_3d8() 984 LPDIRECTSOUND8 dso=NULL; in test_primary_3d_with_listener8()
|
H A D | dsound_test.h | 106 extern void test_buffer8(LPDIRECTSOUND8,LPDIRECTSOUNDBUFFER*,
|
H A D | propset.c | 50 static HRESULT (WINAPI *pDirectSoundCreate8)(LPCGUID,LPDIRECTSOUND8*,
|
/reactos/base/applications/dxdiag/ |
H A D | sound.c | 218 hResult = DirectSoundCreate8(lpGuid, (LPDIRECTSOUND8*)&pObj, NULL); in DSEnumCallback()
|
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 73 typedef struct IDirectSound8 *LPDIRECTSOUND8,**LPLPDIRECTSOUND8; typedef 417 extern HRESULT WINAPI DirectSoundCreate8(LPCGUID lpGUID,LPDIRECTSOUND8 *ppDS8,LPUNKNOWN pUnkOuter);
|