Home
last modified time | relevance | path

Searched refs:commandInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java105 PropertyInfo commandInfo = new PropertyInfo(); in SppCommand() local
106 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()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp797 …auto const commandInfo = vk::CommandBufferBeginInfo().setFlags(vk::CommandBufferUsageFlagBits::eSi… in draw_build_cmd() local
809 auto result = commandBuffer.begin(&commandInfo); in draw_build_cmd()