Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/
DVirtualCameraService.cc169 static const std::regex optionRegex("^--(\\w+)(?:=(.+))?$"); in parseCommand() local
189 if (!std::regex_match(args[i], cm, optionRegex)) { in parseCommand()