Searched refs:is_supported_command (Results 1 – 1 of 1) sorted by relevance
196 bool is_supported_command = in HandleCommand() local202 if (!is_supported_command && is_known_command) { in HandleCommand()204 is_supported_command = (properties_.supported_commands[index / 10] & in HandleCommand()232 else if (is_supported_command && is_implemented_command) { in HandleCommand()237 else if (is_supported_command && properties_.strict) { in HandleCommand()