|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| VOID | DoWaveStreaming (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance) |
| VOID CALLBACK | CompleteIO (IN DWORD dwErrorCode, IN DWORD dwNumberOfBytesTransferred, IN LPOVERLAPPED lpOverlapped) |
| MMRESULT | WriteFileEx_Committer (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance, IN PVOID OffsetPtr, IN DWORD Length, IN PSOUND_OVERLAPPED Overlap, IN LPOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine) |
| MMRESULT | StopStreamingInSoundThread (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance, IN PVOID Parameter) |
| MMRESULT | StopStreaming (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance) |
| MMRESULT | PerformWaveStreaming (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance, IN PVOID Parameter) |
| DWORD WINAPI | WaveActivateSoundStreaming (IN PVOID lpParameter) |
| VOID | InitiateSoundStreaming (IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance) |
| VOID CALLBACK CompleteIO | ( | IN DWORD | dwErrorCode, |
| IN DWORD | dwNumberOfBytesTransferred, | ||
| IN LPOVERLAPPED | lpOverlapped | ||
| ) |
Definition at line 168 of file streaming.c.
Referenced by DoWaveStreaming().
| VOID DoWaveStreaming | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance | ) |
Definition at line 19 of file streaming.c.
Referenced by CompleteIO(), EnqueueWaveHeader(), and PerformWaveStreaming().
| VOID InitiateSoundStreaming | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance | ) |
Definition at line 409 of file streaming.c.
Referenced by MmeSetState().
| MMRESULT PerformWaveStreaming | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance, |
| IN PVOID | Parameter | ||
| ) |
Definition at line 387 of file streaming.c.
Referenced by WaveActivateSoundStreaming().
| MMRESULT StopStreaming | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance | ) |
Definition at line 360 of file streaming.c.
Referenced by MmeResetWavePlayback().
| MMRESULT StopStreamingInSoundThread | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance, |
| IN PVOID | Parameter | ||
| ) |
Definition at line 297 of file streaming.c.
Referenced by StopStreaming().
Definition at line 398 of file streaming.c.
Referenced by InitiateSoundStreaming().
| MMRESULT WriteFileEx_Committer | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance, |
| IN PVOID | OffsetPtr, | ||
| IN DWORD | Length, | ||
| IN PSOUND_OVERLAPPED | Overlap, | ||
| IN LPOVERLAPPED_COMPLETION_ROUTINE | CompletionRoutine | ||
| ) |
Definition at line 264 of file streaming.c.
Referenced by FoundDevice().