ReactOS 0.4.16-dev-2-g02a6913
|
#include <usbaudio.h>
Definition at line 194 of file usbaudio.h.
PUCHAR PIN_CONTEXT::Buffer |
Definition at line 201 of file usbaudio.h.
Referenced by InitCapturePin(), InitStreamPin(), and PinRenderProcess().
ULONG PIN_CONTEXT::BufferLength |
Definition at line 204 of file usbaudio.h.
Referenced by InitStreamPin(), and PinRenderProcess().
ULONG PIN_CONTEXT::BufferOffset |
Definition at line 203 of file usbaudio.h.
Referenced by InitStreamPin(), and PinRenderProcess().
ULONG PIN_CONTEXT::BufferSize |
Definition at line 202 of file usbaudio.h.
Referenced by InitCapturePin(), InitStreamPin(), and PinRenderProcess().
PKSWORKER PIN_CONTEXT::CaptureWorker |
Definition at line 207 of file usbaudio.h.
Referenced by CaptureGateOnWorkItem(), InitCapturePin(), and UsbAudioCaptureComplete().
WORK_QUEUE_ITEM PIN_CONTEXT::CaptureWorkItem |
Definition at line 206 of file usbaudio.h.
Referenced by InitCapturePin().
PDEVICE_EXTENSION PIN_CONTEXT::DeviceExtension |
Definition at line 196 of file usbaudio.h.
Referenced by CaptureAvoidPipeStarvationWorker(), CaptureInitializeUrbAndIrp(), InitCapturePin(), InitStreamPin(), PinCaptureProcess(), StartCaptureIsocTransfer(), USBAudioPinCreate(), and UsbAudioSetFormat().
LIST_ENTRY PIN_CONTEXT::DoneIrpListHead |
Definition at line 199 of file usbaudio.h.
Referenced by PinCaptureProcess(), UsbAudioCaptureComplete(), and USBAudioPinCreate().
PUSB_INTERFACE_DESCRIPTOR PIN_CONTEXT::InterfaceDescriptor |
Definition at line 205 of file usbaudio.h.
Referenced by InitCapturePin().
LIST_ENTRY PIN_CONTEXT::IrpListHead |
Definition at line 198 of file usbaudio.h.
Referenced by CaptureAvoidPipeStarvationWorker(), InitCapturePin(), InitStreamPin(), PinCaptureProcess(), PinGetIrpFromReadyList(), StartCaptureIsocTransfer(), UsbAudioCaptureComplete(), USBAudioPinCreate(), and UsbAudioRenderComplete().
KSPIN_LOCK PIN_CONTEXT::IrpListLock |
Definition at line 200 of file usbaudio.h.
Referenced by CaptureAvoidPipeStarvationWorker(), PinCaptureProcess(), PinGetIrpFromReadyList(), StartCaptureIsocTransfer(), UsbAudioCaptureComplete(), USBAudioPinCreate(), and UsbAudioRenderComplete().
PDEVICE_OBJECT PIN_CONTEXT::LowerDevice |
Definition at line 197 of file usbaudio.h.
Referenced by PinRenderProcess(), USBAudioPinCreate(), and UsbAudioSetFormat().
PKSWORKER PIN_CONTEXT::StarvationWorker |
Definition at line 209 of file usbaudio.h.
Referenced by CaptureAvoidPipeStarvationWorker(), InitCapturePin(), and UsbAudioCaptureComplete().
WORK_QUEUE_ITEM PIN_CONTEXT::StarvationWorkItem |
Definition at line 208 of file usbaudio.h.
Referenced by InitCapturePin().