ReactOS
0.4.15-dev-4872-g8a3db97
|
#include <mintopo.h>
Public Member Functions | |
DECLARE_STD_UNKNOWN () | |
DEFINE_STD_CONSTRUCTOR (CAC97MiniportTopology) | |
~CAC97MiniportTopology () | |
STDMETHODIMP_ (NTSTATUS) GetPhysicalConnectionPins(OUT PULONG WaveOutSource | |
STDMETHODIMP_ (void) SetCopyProtectFlag(BOOL flag) | |
Static Public Member Functions | |
static NTSTATUS | GetDBValues (IN PADAPTERCOMMON, IN TopoNodes Node, OUT LONG *plMinimum, OUT LONG *plMaximum, OUT ULONG *puStep) |
static NTSTATUS | SetMultichannelMute (IN CAC97MiniportTopology *that, IN TopoNodes Mute) |
static NTSTATUS | SetMultichannelVolume (IN CAC97MiniportTopology *that, IN TopoNodes Volume) |
static NTSTATUS NTAPI | PropertyHandler_OnOff (IN PPCPROPERTY_REQUEST PropertyRequest) |
static NTSTATUS | BasicSupportHandler (IN PPCPROPERTY_REQUEST PropertyRequest) |
static NTSTATUS NTAPI | PropertyHandler_Level (IN PPCPROPERTY_REQUEST PropertyRequest) |
static NTSTATUS NTAPI | PropertyHandler_Tone (IN PPCPROPERTY_REQUEST PropertyRequest) |
static NTSTATUS NTAPI | PropertyHandler_Ulong (IN PPCPROPERTY_REQUEST PropertyRequest) |
static NTSTATUS NTAPI | PropertyHandler_CpuResources (IN PPCPROPERTY_REQUEST PropertyRequest) |
Public Attributes | |
IMP_IMiniportTopology | |
OUT PULONG | WaveInDest |
OUT PULONG OUT PULONG | MicInDest |
![]() | |
union { | |
IUnknown IUnknown | |
INonDelegatingUnknown INonDelegatingUnknown | |
}; | |
LONG | m_ref_count |
PUNKNOWN | m_outer_unknown |
Private Member Functions | |
NTSTATUS | BuildTopology (void) |
NTSTATUS | BuildPinDescriptors (void) |
NTSTATUS | BuildNodeDescriptors (void) |
NTSTATUS | BuildConnectionDescriptors (void) |
TopoNodes | TransNodeNrToNodeDef (IN int Node) |
int | TransNodeDefToNodeNr (IN TopoNodes Node) |
TopoPins | TransPinNrToPinDef (IN int Pin) |
int | TransPinDefToPinNr (IN TopoPins Pin) |
void | SetNodeTranslation (IN int NodeNr, IN TopoNodes NodeDef) |
void | SetPinTranslation (IN int PinNr, IN TopoPins PinDef) |
void | UpdateRecordMute (void) |
CAC97MiniportTopology::~CAC97MiniportTopology | ( | ) |
Definition at line 356 of file mintopo.cpp.
|
static |
Definition at line 573 of file prophnd.cpp.
Definition at line 1580 of file mintopo.cpp.
Referenced by BuildTopology().
Definition at line 978 of file mintopo.cpp.
Referenced by BuildTopology().
Definition at line 704 of file mintopo.cpp.
Referenced by BuildTopology().
Definition at line 656 of file mintopo.cpp.
CAC97MiniportTopology::DECLARE_STD_UNKNOWN | ( | ) |
CAC97MiniportTopology::DEFINE_STD_CONSTRUCTOR | ( | CAC97MiniportTopology | ) |
|
static |
Definition at line 156 of file prophnd.cpp.
|
static |
Definition at line 1625 of file prophnd.cpp.
|
static |
Definition at line 682 of file prophnd.cpp.
|
static |
Definition at line 327 of file prophnd.cpp.
|
static |
Definition at line 1169 of file prophnd.cpp.
|
static |
Definition at line 1373 of file prophnd.cpp.
|
static |
Definition at line 36 of file prophnd.cpp.
|
static |
Definition at line 77 of file prophnd.cpp.
|
inlineprivate |
Definition at line 203 of file mintopo.h.
Definition at line 210 of file mintopo.h.
CAC97MiniportTopology::STDMETHODIMP_ | ( | NTSTATUS | ) |
|
inline |
Definition at line 251 of file mintopo.h.
Definition at line 152 of file mintopo.h.
Definition at line 135 of file mintopo.h.
Referenced by BasicSupportHandler(), PropertyHandler_CpuResources(), PropertyHandler_Level(), PropertyHandler_OnOff(), PropertyHandler_Tone(), and PropertyHandler_Ulong().
Definition at line 186 of file mintopo.h.
Definition at line 169 of file mintopo.h.
Definition at line 2053 of file mintopo.cpp.
Referenced by PropertyHandler_Level(), PropertyHandler_Ulong(), and STDMETHODIMP_().
|
private |
Definition at line 98 of file mintopo.h.
Referenced by BasicSupportHandler(), BuildConnectionDescriptors(), BuildNodeDescriptors(), BuildPinDescriptors(), PropertyHandler_Level(), PropertyHandler_OnOff(), PropertyHandler_Tone(), PropertyHandler_Ulong(), UpdateRecordMute(), and ~CAC97MiniportTopology().
|
private |
Definition at line 102 of file mintopo.h.
Referenced by BuildConnectionDescriptors(), and ~CAC97MiniportTopology().
|
private |
Definition at line 99 of file mintopo.h.
Referenced by BuildConnectionDescriptors(), BuildNodeDescriptors(), BuildPinDescriptors(), BuildTopology(), and ~CAC97MiniportTopology().
|
private |
Definition at line 107 of file mintopo.h.
Referenced by STDMETHODIMP_(), and UpdateRecordMute().