Searched refs:GetRecordCmd (Results 1 – 3 of 3) sorted by relevance
181 std::shared_ptr<RecordCmd> GetRecordCmd(uint32_t index);
219 std::shared_ptr<RecordCmd> CmdList::GetRecordCmd(uint32_t index) in GetRecordCmd() function in OHOS::Rosen::Drawing::CmdList
158 return (const_cast<CmdList&>(cmdList)).GetRecordCmd(recordCmdHandle.offset); in GetRecordCmdFromCmdList()