Home
last modified time | relevance | path

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

/system/tools/hidl/lint/lints/
DmethodVersions.cpp40 static bool checkMethodVersion(const Method& method, const FQName& fqName, std::string* error) { in checkMethodVersion() function
108 if (checkMethodVersion(*method, ast.package(), &errorString)) { in methodVersions()