|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winnls.h"#include "mmsystem.h"#include "winmm_test.h"
Go to the source code of this file.
Macros | |
| #define | TYPE_TO_STR(x) case x: return #x |
| #define | TYPE_TO_STR(x) case x: return #x |
| #define | TYPE_TO_STR(x) case x: return #x |
Functions | |
| static const char * | line_flags (DWORD fdwLine) |
| static const char * | component_type (DWORD dwComponentType) |
| static const char * | target_type (DWORD dwType) |
| static const char * | control_type (DWORD dwControlType) |
| static const char * | control_flags (DWORD fdwControl) |
| static void | test_mixerClose (HMIXER mix) |
| static void | mixer_test_controlA (HMIXEROBJ mix, MIXERCONTROLA *control) |
| static void | mixer_test_deviceA (int device) |
| static void | mixer_test_controlW (HMIXEROBJ mix, MIXERCONTROLW *control) |
| static void | mixer_test_deviceW (int device) |
| static void | mixer_testsA (void) |
| static void | mixer_testsW (void) |
| static void | test_mixerOpen (void) |
| START_TEST (mixer) | |
Definition at line 66 of file mixer.c.
Referenced by mixer_test_deviceA(), and mixer_test_deviceW().
Definition at line 150 of file mixer.c.
Referenced by mixer_test_deviceA(), and mixer_test_deviceW().
Definition at line 110 of file mixer.c.
Referenced by dialog_add_control(), dialog_create_controls(), mixer_test_deviceA(), and mixer_test_deviceW().
Definition at line 39 of file mixer.c.
Referenced by mixer_test_deviceA(), and mixer_test_deviceW().
|
static |
Definition at line 187 of file mixer.c.
Referenced by mixer_test_deviceA().
|
static |
Definition at line 573 of file mixer.c.
Referenced by mixer_test_deviceW().
Definition at line 361 of file mixer.c.
Referenced by mixer_testsA().
Definition at line 740 of file mixer.c.
Referenced by mixer_testsW().
Definition at line 974 of file mixer.c.
Referenced by START_TEST().
Definition at line 994 of file mixer.c.
Referenced by START_TEST().
| START_TEST | ( | mixer | ) |
Definition at line 95 of file mixer.c.
Referenced by encode_type(), encode_var(), mixer_test_deviceA(), mixer_test_deviceW(), and shader_arb_load_constants_f().
|
static |
Definition at line 177 of file mixer.c.
Referenced by mixer_test_deviceA(), mixer_test_deviceW(), and test_mixerOpen().
Definition at line 1016 of file mixer.c.
Referenced by START_TEST().