Searched refs:FastRead (Results 1 – 13 of 13) sorted by relevance
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | dispatcher.cpp | 195 …return DispatchContext->Target->FastRead(FileObject, FileOffset, Length, Wait, LockKey, Buffer, Io… in Dispatch_fnFastRead()
|
H A D | filter_topology.cpp | 193 CPortFilterTopology::FastRead( in FastRead() function in CPortFilterTopology
|
H A D | filter_wavert.cpp | 229 CPortFilterWaveRT::FastRead( in FastRead() function in CPortFilterWaveRT
|
H A D | filter_dmus.cpp | 221 CPortFilterDMus::FastRead( in FastRead() function in CPortFilterDMus
|
H A D | filter_wavepci.cpp | 225 CPortFilterWavePci::FastRead( in FastRead() function in CPortFilterWavePci
|
H A D | filter_wavecyclic.cpp | 244 CPortFilterWaveCyclic::FastRead( in FastRead() function in CPortFilterWaveCyclic
|
H A D | pin_dmus.cpp | 459 CPortPinDMus::FastRead( in FastRead() function in CPortPinDMus
|
H A D | interfaces.hpp | 63 STDMETHODIMP_(BOOLEAN) FastRead(THIS_ \ 132 STDMETHOD_(BOOLEAN, FastRead)(THIS_ \
|
H A D | pin_wavert.cpp | 514 CPortPinWaveRT::FastRead( in FastRead() function in CPortPinWaveRT
|
H A D | pin_wavepci.cpp | 729 CPortPinWavePci::FastRead( in FastRead() function in CPortPinWavePci
|
H A D | pin_wavecyclic.cpp | 1130 CPortPinWaveCyclic::FastRead( in FastRead() function in CPortPinWaveCyclic
|
/reactos/drivers/ksfilter/ks/ |
H A D | irp.c | 604 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 D | ks.h | 1411 PFAST_IO_READ FastRead; member
|