Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIInterface.h40 template<typename INTERFACE>
41 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
54 template<typename INTERFACE>
55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
60 template<typename INTERFACE>
61 inline IBinder* BpInterface<INTERFACE>::onAsBinder() in onAsBinder()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h350 #define DECLARE_HYBRID_META_INTERFACE(INTERFACE, ...) \ argument
353 INTERFACE, __VA_ARGS__) \
356 #define DECLARE_HYBRID_META_INTERFACE_WITH_CODE(GTKCODE, INTERFACE, ...) \ argument
376 static ::android::sp<I##INTERFACE> asInterface( \
379 I##INTERFACE(); \
380 virtual ~I##INTERFACE(); \
384 #define IMPLEMENT_HYBRID_META_INTERFACE(INTERFACE, NAME) \ argument
385 I##INTERFACE::HalVariant I##INTERFACE::getHalVariant() const { \
388 size_t I##INTERFACE::getHalIndex() const { \
391 constexpr uint32_t I##INTERFACE::sGetHalTokenTransactionCode; \
[all …]
/system/tools/aidl/
Dgenerate_cpp.cpp254 const string i_name = ClassName(interface, ClassNames::INTERFACE); in DefineClientTransaction()
423 const string iface = ClassName(interface, ClassNames::INTERFACE); in DefineClientMetaTransaction()
450 const string iface = ClassName(interface, ClassNames::INTERFACE); in DefineClientMetaTransaction()
494 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientSource()
651 << "_aidl_reply->writeInt32(" << ClassName(interface, ClassNames::INTERFACE) in HandleServerMetaTransaction()
660 << "_aidl_reply->writeUtf8AsUtf16(" << ClassName(interface, ClassNames::INTERFACE) in HandleServerMetaTransaction()
758 << " return " << ClassName(interface, ClassNames::INTERFACE) << "::VERSION;\n" in BuildServerSource()
765 << " return " << ClassName(interface, ClassNames::INTERFACE) << "::HASH;\n" in BuildServerSource()
791 string fq_name = ClassName(interface, ClassNames::INTERFACE); in BuildInterfaceSource()
809 ClassName(interface, ClassNames::INTERFACE), in BuildInterfaceSource()
[all …]
Dgenerate_ndk.cpp294 const std::string clazz = ClassName(interface, ClassNames::INTERFACE); in GenerateConstantDefinitions()
363 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateClientMethodDefinition()
399 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClientMethodDefinition()
465 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateServerCaseDefinition()
523 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClassSource()
586 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerSource()
635 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceSource()
776 << ClassName(defined_type, ClassNames::INTERFACE) << "> {\n"; in GenerateClientHeader()
804 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerHeader()
848 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceHeader()
Daidl_to_cpp_common.h36 INTERFACE, // IFoo enumerator
Daidl_language_y.yy109 %token<token> INTERFACE "interface"
352 : INTERFACE identifier '{' interface_members '}' {
357 | ONEWAY INTERFACE identifier '{' interface_members '}' {
363 | INTERFACE error '{' interface_members '}' {
Daidl_language_l.ll119 return yy::parser::token::INTERFACE;
Daidl_to_cpp_common.cpp42 case ClassNames::INTERFACE: in ClassName()
Dast_java.h318 enum { CLASS, INTERFACE }; enumerator
Daidl_to_ndk.cpp118 const std::string clazz = NdkFullClassName(type, cpp::ClassNames::INTERFACE); in InterfaceTypeInfo()
Dgenerate_java_binder.cpp1049 interface->what = Class::INTERFACE; in generate_binder_interface_class()
/system/netd/server/
DPhysicalNetwork.cpp91 (void)RouteController::addRoute(interface.c_str(), dst, "throw", RouteController::INTERFACE, in invalidateRouteCache()
94 RouteController::INTERFACE); in invalidateRouteCache()
DRouteController.h37 INTERFACE, // Compute the table number based on the interface index. enumerator
DNetworkController.cpp829 tableType = RouteController::INTERFACE; in modifyRoute()
DRouteController.cpp891 case RouteController::INTERFACE: { in modifyRoute()
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal66 * looking for 'INTERFACE::registerAsService("name")' instead.
/system/tools/hidl/
Dhidl-gen_l.ll109 "interface" { return token::INTERFACE; }
Dhidl-gen_y.yy244 %token<void> INTERFACE "keyword `interface`"
671 : INTERFACE valid_type_name opt_extends
1134 | INTERFACE ignore_doc_comments
/system/core/init/
Dinit.cpp392 INTERFACE, // action gets called for every service that holds this interface enumerator