Home
last modified time | relevance | path

Searched refs:DriverCommand (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommand.h106 struct DriverCommand struct
108 struct DriverCommand* next; argument
113 static void ProcessCommandList( DriverCommand* commandList ); argument
116 struct DriverCommandDebug : public DriverCommand
121 struct DriverCommandReply : public DriverCommand
126 struct DriverCommandPlayer : public DriverCommand
132 struct DriverCommandPlayerInit : public DriverCommand
138 struct DriverCommandPlayerPanParam : public DriverCommand
145 struct DriverCommandPlayerParam : public DriverCommand
159 struct DriverCommandSeqInit : public DriverCommand
[all …]
Dsnd_DriverCommandManager.h42 u32 PushCommand( DriverCommand* command );
59 void FinalizeCommandList( DriverCommand* command );
72 DriverCommand* m_CommandListBegin;
73 DriverCommand* m_CommandListEnd;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp135 u32 DriverCommandManager::PushCommand( DriverCommand* command ) in PushCommand()
178 DriverCommand* command = AllocCommand<DriverCommand>(); in FlushCommand()
208 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList()
212 DriverCommand* command = commandList; in FinalizeCommandList()
250 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply()
259 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply()
271 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand()
273 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
Dsnd_DriverCommand.cpp26 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList()
28 DriverCommand* command = commandList; in ProcessCommandList()