Home
last modified time | relevance | path

Searched refs:FastRead (Results 1 – 13 of 13) sorted by relevance

/reactos/drivers/wdm/audio/backpln/portcls/
H A Ddispatcher.cpp195 …return DispatchContext->Target->FastRead(FileObject, FileOffset, Length, Wait, LockKey, Buffer, Io… in Dispatch_fnFastRead()
H A Dfilter_topology.cpp193 CPortFilterTopology::FastRead( in FastRead() function in CPortFilterTopology
H A Dfilter_wavert.cpp229 CPortFilterWaveRT::FastRead( in FastRead() function in CPortFilterWaveRT
H A Dfilter_dmus.cpp221 CPortFilterDMus::FastRead( in FastRead() function in CPortFilterDMus
H A Dfilter_wavepci.cpp225 CPortFilterWavePci::FastRead( in FastRead() function in CPortFilterWavePci
H A Dfilter_wavecyclic.cpp244 CPortFilterWaveCyclic::FastRead( in FastRead() function in CPortFilterWaveCyclic
H A Dpin_dmus.cpp459 CPortPinDMus::FastRead( in FastRead() function in CPortPinDMus
H A Dinterfaces.hpp63 STDMETHODIMP_(BOOLEAN) FastRead(THIS_ \
132 STDMETHOD_(BOOLEAN, FastRead)(THIS_ \
H A Dpin_wavert.cpp514 CPortPinWaveRT::FastRead( in FastRead() function in CPortPinWaveRT
H A Dpin_wavepci.cpp729 CPortPinWavePci::FastRead( in FastRead() function in CPortPinWavePci
H A Dpin_wavecyclic.cpp1130 CPortPinWaveCyclic::FastRead( in FastRead() function in CPortPinWaveCyclic
/reactos/drivers/ksfilter/ks/
H A Dirp.c604 if (ObjectHeader->DispatchTable.FastRead) in KsStreamIo()
607 …Ret = ObjectHeader->DispatchTable.FastRead(FileObject, NULL, Length, FALSE, 0, StreamHeaders, IoSt… in KsStreamIo()
/reactos/sdk/include/psdk/
H A Dks.h1411 PFAST_IO_READ FastRead; member