Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommand.h100 struct DriverCommand struct
102 struct DriverCommand* next; argument
107 static void ProcessCommandList( DriverCommand* commandList ); argument
110 struct DriverCommandDebug : public DriverCommand
115 struct DriverCommandReply : public DriverCommand
120 struct DriverCommandPlayer : public DriverCommand
126 struct DriverCommandPlayerInit : public DriverCommand
132 struct DriverCommandPlayerPanParam : public DriverCommand
139 struct DriverCommandPlayerParam : public DriverCommand
153 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.2.23/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()