Searched refs:SyncOverlappedDeviceIoControl (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/wdmaud.drv/ |
H A D | legacy.c | 112 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudGetNumWdmDevsByLegacy() 158 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudGetCapabilitiesByLegacy() 357 SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudCloseSoundDeviceByLegacy() 366 SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudCloseSoundDeviceByLegacy() 376 SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudCloseSoundDeviceByLegacy() 385 SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudCloseSoundDeviceByLegacy() 442 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudSetMixerDeviceFormatByLegacy() 525 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudSetWaveDeviceFormatByLegacy() 556 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudSetWaveDeviceFormatByLegacy() 730 Result = SyncOverlappedDeviceIoControl(KernelHandle, in WdmAudSetWaveStateByLegacy() [all …]
|
/reactos/dll/directx/dsound_new/ |
H A D | misc.c | 106 …dwResult = SyncOverlappedDeviceIoControl(hPin, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSPROP… in SetPinFormat() 176 …dwResult = SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)Pin, sizeof(KSP_PIN) … in DoDataIntersection() 298 SyncOverlappedDeviceIoControl( in SyncOverlappedDeviceIoControl() function 371 …return SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Pin, sizeof(KSPROPERTY),… in GetFilterPinCount() 390 …Status = SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSPRO… in GetFilterNodeProperty() 408 …Status = SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSP_P… in GetFilterNodeProperty() 440 …return SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSP_PIN… in GetFilterPinCommunication() 457 …return SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSP_PIN… in GetFilterPinDataFlow() 479 …Status = SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSP_P… in GetFilterPinDataRanges() 499 …Status = SyncOverlappedDeviceIoControl(hFilter, IOCTL_KS_PROPERTY, (LPVOID)&Property, sizeof(KSP_P… in GetFilterPinDataRanges()
|
H A D | capturebuffer.c | 66 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Request, sizeof(KSPR… in MixerThreadRoutine() 320 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Request, sizeof(KSPR… in IDirectSoundCaptureBufferImpl_GetCurrentPosition() 503 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Property, sizeof(KSP… in IDirectSoundCaptureBufferImpl_Start() 594 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Property, sizeof(KSP… in IDirectSoundCaptureBufferImpl_Stop()
|
H A D | notify.c | 155 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_ENABLE_EVENT, (PVOID)&Request, sizeof(… in IDirectSoundNotify_fnSetNotificationPositions()
|
H A D | precomp.h | 137 SyncOverlappedDeviceIoControl(
|
H A D | primary.c | 636 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Property, sizeof(KSP… in PrimaryDirectSoundBuffer_SetState() 674 …Result = SyncOverlappedDeviceIoControl(This->hPin, IOCTL_KS_PROPERTY, (PVOID)&Request, sizeof(KSPR… in PrimaryDirectSoundBuffer_GetPosition()
|
/reactos/sdk/lib/drivers/sound/mment4/ |
H A D | control.c | 129 Result = SyncOverlappedDeviceIoControl(DeviceHandle, in GetNt4SoundDeviceCapabilities() 179 Result = SyncOverlappedDeviceIoControl(Handle, in QueryNt4WaveDeviceFormatSupport() 219 Result = SyncOverlappedDeviceIoControl(Handle, in SetNt4WaveDeviceFormat()
|
/reactos/sdk/lib/drivers/sound/mmebuddy/ |
H A D | kernel.c | 74 SyncOverlappedDeviceIoControl( in SyncOverlappedDeviceIoControl() function
|
/reactos/sdk/include/reactos/libs/sound/ |
H A D | mmebuddy.h | 694 SyncOverlappedDeviceIoControl(
|