Searched refs:containsSingleInterface (Results 1 – 3 of 3) sorted by relevance
50 bool containsSingleInterface(std::string *ifaceName) const;
98 bool Scope::containsSingleInterface(std::string *ifaceName) const { in containsSingleInterface() function in android::Scope
92 return mRootScope->containsSingleInterface(ifaceName); in isInterface()