Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h50 bool containsSingleInterface(std::string *ifaceName) const;
DScope.cpp98 bool Scope::containsSingleInterface(std::string *ifaceName) const { in containsSingleInterface() function in android::Scope
DAST.cpp92 return mRootScope->containsSingleInterface(ifaceName); in isInterface()