Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/
DVirtualCameraService.cc145 struct CommandWithOptions { struct
167 std::variant<CommandWithOptions, std::string> parseCommand( in parseCommand()
176 return CommandWithOptions{.command = Command::HELP}; in parseCommand()
185 CommandWithOptions cmd{.command = it->second}; in parseCommand()
374 std::variant<CommandWithOptions, std::string> cmdOrErrorMessage = in handleShellCommand()
382 const CommandWithOptions& cmd = in handleShellCommand()
383 std::get<CommandWithOptions>(cmdOrErrorMessage); in handleShellCommand()