Searched refs:commandInfo (Results 1 – 2 of 2) sorted by relevance
105 PropertyInfo commandInfo = new PropertyInfo(); in SppCommand() local106 subCommand.getPropertyInfo(0, commandInfo); in SppCommand()107 if (!sExecs.containsKey(commandInfo.getName())) { in SppCommand()109 "Unrecognized exec command: " + commandInfo.getName()); in SppCommand()111 mExecCommandId = sExecs.get(commandInfo.getName()); in SppCommand()112 Log.i(TAG, "exec command: " + commandInfo.getName()); in SppCommand()121 mCommandData = BrowserUri.createInstance(commandInfo); in SppCommand()
797 …auto const commandInfo = vk::CommandBufferBeginInfo().setFlags(vk::CommandBufferUsageFlagBits::eSi… in draw_build_cmd() local809 auto result = commandBuffer.begin(&commandInfo); in draw_build_cmd()