ReactOS
0.4.15-dev-4916-gd519b11
|
#include "dsound_test.h"
Go to the source code of this file.
Classes | |
struct | fmt |
Functions | |
DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) | |
static | HRESULT (WINAPI *pDirectSoundEnumerateA)(LPDSENUMCALLBACKA |
static void | IDirectSound_test (LPDIRECTSOUND dso, BOOL initialized, LPCGUID lpGuid) |
static void | IDirectSound_tests (void) |
static HRESULT | test_dsound (LPGUID lpGuid) |
static HRESULT | test_primary (LPGUID lpGuid) |
static HRESULT | test_primary_secondary (LPGUID lpGuid) |
static HRESULT | test_secondary (LPGUID lpGuid) |
static HRESULT | test_block_align (LPGUID lpGuid) |
static HRESULT | test_frequency (LPGUID lpGuid) |
static HRESULT | test_notify (LPDIRECTSOUNDBUFFER dsb, DWORD count, LPHANDLE event, DWORD expected) |
static HRESULT | test_duplicate (LPGUID lpGuid) |
static HRESULT | test_invalid_fmts (LPGUID lpGuid) |
static BOOL WINAPI | dsenum_callback (LPGUID lpGuid, LPCSTR lpcstrDescription, LPCSTR lpcstrModule, LPVOID lpContext) |
static void | dsound_tests (void) |
static void | test_hw_buffers (void) |
START_TEST (dsound) | |
Variables | |
static | LPVOID =NULL |
static LPDIRECTSOUND | LPUNKNOWN =NULL |
static BOOL | gotdx8 |
static struct fmt | fmts [] = { { 8, 1 }, { 8, 2 }, { 16, 1 }, {16, 2 } } |
static unsigned int | number |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
|
static |
Definition at line 1514 of file dsound.c.
Referenced by START_TEST().
|
static |
Definition at line 39 of file dsound.c.
Referenced by IDirectSound_tests(), and test_dsound().
Definition at line 163 of file dsound.c.
Referenced by START_TEST().
START_TEST | ( | dsound | ) |
Definition at line 1633 of file dsound.c.
Definition at line 879 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 255 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 1075 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 948 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 1521 of file dsound.c.
Referenced by START_TEST().
Definition at line 1226 of file dsound.c.
Referenced by dsenum_callback().
|
static |
Definition at line 1047 of file dsound.c.
Referenced by test_duplicate().
Definition at line 355 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 523 of file dsound.c.
Referenced by dsenum_callback().
Definition at line 664 of file dsound.c.
Referenced by dsenum_callback().
|
static |
Definition at line 37 of file dsound.c.
Referenced by START_TEST(), test_invalid_fmts(), and test_secondary().
LPDIRECTSOUND LPUNKNOWN =NULL |
Definition at line 35 of file dsound.c.
Referenced by IDirectSound8_IUnknown_Create(), and IDirectSound_IUnknown_Create().
Definition at line 1479 of file dsound.c.
Referenced by dsenum_callback().