Home
last modified time | relevance | path

Searched refs:ds8 (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dduplex.c35 IDirectSound8 * ds8; in IDirectSoundFullDuplex_test() local
56 rc=IDirectSoundFullDuplex_QueryInterface(dsfdo,&IID_IDirectSound8,(LPVOID*)&ds8); in IDirectSoundFullDuplex_test()
61 rc=IDirectSound8_QueryInterface(ds8,&IID_IDirectSoundFullDuplex,(LPVOID*)&dsfd1); in IDirectSoundFullDuplex_test()
69 ref=IDirectSound8_Release(ds8); in IDirectSoundFullDuplex_test()
221 IDirectSound8 *ds8; in test_COM() local
257 hr = IDirectSoundFullDuplex_QueryInterface(dsfd, &IID_IDirectSound8, (void**)&ds8); in test_COM()
288 refcount = IDirectSound8_AddRef(ds8); in test_COM()
292 refcount = IDirectSound8_AddRef(ds8); in test_COM()
296 hr = IDirectSound8_QueryInterface(ds8, &IID_IUnknown, (void**)&unk8); in test_COM()
313 hr = IDirectSoundCapture_QueryInterface(ds8, &IID_IUnknown, (void**)&unk8); in test_COM()
[all …]
H A Ddsound8.c49 IDirectSound8 * ds8; in IDirectSound8_test() local
64 rc=IDirectSound8_QueryInterface(dso,&IID_IDirectSound8,(LPVOID*)&ds8); in IDirectSound8_test()
68 IDirectSound8_Release(ds8); in IDirectSound8_test()
1110 IDirectSound8 *ds8 = (IDirectSound8*)0xdeadbeef; in test_COM() local
1117 &IID_IUnknown, (void**)&ds8); in test_COM()
1120 ok(!ds8, "ds8 = %p\n", ds8); in test_COM()
1124 &IID_IDirectSound3DBuffer, (void**)&ds8); in test_COM()
1130 (void**)&ds8); in test_COM()
1132 refcount = IDirectSound8_AddRef(ds8); in test_COM()
1136 refcount = IDirectSound8_AddRef(ds8); in test_COM()
[all …]
H A Ddsound.c47 IDirectSound8 * ds8; in IDirectSound_test() local
61 rc=IDirectSound_QueryInterface(dso,&IID_IDirectSound8,(LPVOID*)&ds8); in IDirectSound_test()
65 IDirectSound8_Release(ds8); in IDirectSound_test()
/reactos/modules/rostests/winetests/mmdevapi/
H A Ddependency.c38 IDirectSound8 *ds8 = NULL; in START_TEST() local
62 hr = IMMDevice_Activate(dev, &IID_IDirectSound8, CLSCTX_INPROC_SERVER, NULL, (void**)&ds8); in START_TEST()
67 ok(ds8 != NULL, "ds8 pointer is null\n"); in START_TEST()
69 if (ds8) in START_TEST()
70 IDirectSound8_Release(ds8); in START_TEST()