Searched refs:DebugUtilsLabelParams (Results 1 – 2 of 2) sorted by relevance
154 const DebugUtilsLabelParams *params = in executeCommands()155 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()156 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands()462 const DebugUtilsLabelParams *params = in executeCommands()463 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()464 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands()
216 struct DebugUtilsLabelParams struct220 VERIFY_4_BYTE_ALIGNMENT(DebugUtilsLabelParams) argument844 DebugUtilsLabelParams *paramStruct = in commonDebugUtilsLabel()845 initCommand<DebugUtilsLabelParams>(cmd, alignedStringSize, &writePtr); in commonDebugUtilsLabel()