Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIInterface.h44 template<typename INTERFACE>
45 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
58 template<typename INTERFACE>
59 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
64 template<typename INTERFACE>
65 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/netd/server/
DPhysicalNetwork.cpp91 (void)RouteController::addRoute(interface.c_str(), dst, "throw", RouteController::INTERFACE, in invalidateRouteCache()
94 RouteController::INTERFACE); in invalidateRouteCache()
DRouteController.h85 INTERFACE, // Compute the table number based on the interface index. enumerator
DNetworkController.cpp895 tableType = RouteController::INTERFACE; in modifyRoute()
DRouteController.cpp1032 case RouteController::INTERFACE: { in modifyRoute()
/system/tools/aidl/
Dgenerate_cpp.cpp233 const string i_name = ClassName(interface, ClassNames::INTERFACE); in DefineClientTransaction()
412 const string iface = ClassName(interface, ClassNames::INTERFACE); in DefineClientMetaTransaction()
439 const string iface = ClassName(interface, ClassNames::INTERFACE); in DefineClientMetaTransaction()
483 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientSource()
704 << "_aidl_reply->writeInt32(" << ClassName(interface, ClassNames::INTERFACE) in HandleServerMetaTransaction()
713 << "_aidl_reply->writeUtf8AsUtf16(" << ClassName(interface, ClassNames::INTERFACE) in HandleServerMetaTransaction()
822 << " return " << ClassName(interface, ClassNames::INTERFACE) << "::VERSION;\n" in BuildServerSource()
829 << " return " << ClassName(interface, ClassNames::INTERFACE) << "::HASH;\n" in BuildServerSource()
862 BuildConstantDefinitions(interface, typenames, {}, ClassName(interface, ClassNames::INTERFACE), in BuildInterfaceSource()
872 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientHeader()
[all …]
Dgenerate_ndk.cpp405 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateClientMethodDefinition()
450 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClientMethodDefinition()
516 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateServerCaseDefinition()
575 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClassSource()
649 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerSource()
698 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceSource()
840 << ClassName(defined_type, ClassNames::INTERFACE) << "> {\n"; in GenerateClientHeader()
871 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerHeader()
918 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceHeader()
Daidl_to_cpp_common.h39 INTERFACE, // IFoo enumerator
Daidl_language_y.yy108 %token<token> INTERFACE "interface"
365 : INTERFACE identifier '{' interface_members '}' {
370 | ONEWAY INTERFACE identifier '{' interface_members '}' {
376 | INTERFACE error '{' interface_members '}' {
Daidl_language_l.ll129 return yy::parser::token::INTERFACE;
Dgenerate_rust.cpp277 auto trait_name = ClassName(*iface, cpp::ClassNames::INTERFACE); in GenerateServerItems()
361 auto trait_name = ClassName(*iface, cpp::ClassNames::INTERFACE); in GenerateRustInterface()
Daidl_to_cpp_common.cpp63 case ClassNames::INTERFACE: in ClassName()
Dast_java.h318 enum { CLASS, INTERFACE }; enumerator
Daidl_to_ndk.cpp130 const std::string clazz = NdkFullClassName(type, cpp::ClassNames::INTERFACE); in InterfaceTypeInfo()
Dgenerate_java_binder.cpp1080 interface->what = Class::INTERFACE; in generate_binder_interface_class()
/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.cpp395 INTERFACE, // action gets called for every service that holds this interface enumerator