Searched refs:INTERFACE (Results 1 – 6 of 6) sorted by relevance
215 template <class INTERFACE>216 sp<INTERFACE> getRealService(std::string_view serviceName) const;
383 template <class INTERFACE>384 sp<INTERFACE> RealServiceManager::getRealService(std::string_view serviceName) const { in getRealService()390 return interface_cast<INTERFACE>(binder); in getRealService()
194 || it.kind == ElementKind.INTERFACE
220 if (classType.getKind() != ElementKind.INTERFACE) {
503 INTERFACE, // action gets called for every service that holds this interface enumerator
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...