Searched refs:DriverCommand (Results 1 – 4 of 4) sorted by relevance
102 struct DriverCommand struct104 struct DriverCommand* next; argument109 static void ProcessCommandList( DriverCommand* commandList ); argument112 struct DriverCommandDebug : public DriverCommand117 struct DriverCommandReply : public DriverCommand122 struct DriverCommandPlayer : public DriverCommand128 struct DriverCommandPlayerInit : public DriverCommand134 struct DriverCommandPlayerPanParam : public DriverCommand141 struct DriverCommandPlayerParam : public DriverCommand155 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()