Searched refs:DriverCommand (Results 1 – 4 of 4) sorted by relevance
106 struct DriverCommand struct108 struct DriverCommand* next; argument113 static void ProcessCommandList( DriverCommand* commandList ); argument116 struct DriverCommandDebug : public DriverCommand121 struct DriverCommandReply : public DriverCommand126 struct DriverCommandPlayer : public DriverCommand132 struct DriverCommandPlayerInit : public DriverCommand138 struct DriverCommandPlayerPanParam : public DriverCommand145 struct DriverCommandPlayerParam : public DriverCommand159 struct DriverCommandSeqInit : public DriverCommand[all …]
42 u32 PushCommand( DriverCommand* command );59 void FinalizeCommandList( DriverCommand* command );72 DriverCommand* m_CommandListBegin;73 DriverCommand* m_CommandListEnd;
135 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()
26 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList()28 DriverCommand* command = commandList; in ProcessCommandList()