Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_DriverCommand.h102 struct DriverCommand struct
104 struct DriverCommand* next; argument
109 static void ProcessCommandList( DriverCommand* commandList ); argument
112 struct DriverCommandDebug : public DriverCommand
117 struct DriverCommandReply : public DriverCommand
122 struct DriverCommandPlayer : public DriverCommand
128 struct DriverCommandPlayerInit : public DriverCommand
134 struct DriverCommandPlayerPanParam : public DriverCommand
141 struct DriverCommandPlayerParam : public DriverCommand
155 struct DriverCommandSeqInit : public DriverCommand
[all …]
Dsnd_DriverCommandManager.h40 u32 PushCommand( DriverCommand* command );
57 void FinalizeCommandList( DriverCommand* command );
70 DriverCommand* m_CommandListBegin;
71 DriverCommand* m_CommandListEnd;
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp133 u32 DriverCommandManager::PushCommand( DriverCommand* command ) in PushCommand()
176 DriverCommand* command = AllocCommand<DriverCommand>(); in FlushCommand()
206 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList()
210 DriverCommand* command = commandList; in FinalizeCommandList()
248 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply()
257 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply()
269 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand()
271 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
Dsnd_DriverCommand.cpp24 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList()
26 DriverCommand* command = commandList; in ProcessCommandList()