Searched refs:recordCmdList (Results 1 – 2 of 2) sorted by relevance
228 uint32_t CmdList::SetupRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList) in SetupRecordCmd() argument231 for (const auto &recordCmd : recordCmdList) { in SetupRecordCmd()237 uint32_t CmdList::GetAllRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList) in GetAllRecordCmd() argument241 recordCmdList.emplace_back(recordCmd); in GetAllRecordCmd()243 return recordCmdList.size(); in GetAllRecordCmd()
186 uint32_t SetupRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList);191 uint32_t GetAllRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList);