Searched refs:DriverCommand (Results 1 – 4 of 4) sorted by relevance
100 struct DriverCommand struct102 struct DriverCommand* next; argument107 static void ProcessCommandList( DriverCommand* commandList ); argument110 struct DriverCommandDebug : public DriverCommand115 struct DriverCommandReply : public DriverCommand120 struct DriverCommandPlayer : public DriverCommand126 struct DriverCommandPlayerInit : public DriverCommand132 struct DriverCommandPlayerPanParam : public DriverCommand139 struct DriverCommandPlayerParam : public DriverCommand153 struct DriverCommandSeqInit : public DriverCommand[all …]
40 u32 PushCommand( DriverCommand* command );57 void FinalizeCommandList( DriverCommand* command );70 DriverCommand* m_CommandListBegin;71 DriverCommand* m_CommandListEnd;
133 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()
24 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList()26 DriverCommand* command = commandList; in ProcessCommandList()