ReactOS 0.4.16-dev-300-g2aadf2e
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID * | CreateDeviceDescriptor (WCHAR *path, BOOL is_enabled) |
BOOL | AppendAudioDeviceToList (PnP_AudioDevice *device) |
BOOL | CreateAudioDeviceList (DWORD max_size) |
VOID | DestroyAudioDeviceList (VOID) |
Variables | |
static HANDLE | device_list_file = NULL |
static PnP_AudioHeader * | audio_device_list = NULL |
#define NDEBUG |
Definition at line 10 of file pnp_list_manager.c.
BOOL AppendAudioDeviceToList | ( | PnP_AudioDevice * | device | ) |
Definition at line 57 of file pnp_list_manager.c.
Referenced by InitializeFakeDevice(), ProcessDeviceArrival(), and ProcessExistingDevices().
Definition at line 94 of file pnp_list_manager.c.
Referenced by ServiceMain().
Definition at line 18 of file pnp_list_manager.c.
Referenced by InitializeFakeDevice(), ProcessDeviceArrival(), and ProcessExistingDevices().
Definition at line 161 of file pnp_list_manager.c.
Referenced by ServiceControlHandler(), and ServiceMain().
|
static |
Definition at line 48 of file pnp_list_manager.c.
Referenced by AppendAudioDeviceToList(), CreateAudioDeviceList(), and DestroyAudioDeviceList().
Definition at line 47 of file pnp_list_manager.c.
Referenced by CreateAudioDeviceList(), and DestroyAudioDeviceList().