/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 40 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/ |
D | HybridInterface.h | 350 #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/ |
D | generate_cpp.cpp | 254 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 …]
|
D | generate_ndk.cpp | 294 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()
|
D | aidl_to_cpp_common.h | 36 INTERFACE, // IFoo enumerator
|
D | aidl_language_y.yy | 109 %token<token> INTERFACE "interface" 352 : INTERFACE identifier '{' interface_members '}' { 357 | ONEWAY INTERFACE identifier '{' interface_members '}' { 363 | INTERFACE error '{' interface_members '}' {
|
D | aidl_language_l.ll | 119 return yy::parser::token::INTERFACE;
|
D | aidl_to_cpp_common.cpp | 42 case ClassNames::INTERFACE: in ClassName()
|
D | ast_java.h | 318 enum { CLASS, INTERFACE }; enumerator
|
D | aidl_to_ndk.cpp | 118 const std::string clazz = NdkFullClassName(type, cpp::ClassNames::INTERFACE); in InterfaceTypeInfo()
|
D | generate_java_binder.cpp | 1049 interface->what = Class::INTERFACE; in generate_binder_interface_class()
|
/system/netd/server/ |
D | PhysicalNetwork.cpp | 91 (void)RouteController::addRoute(interface.c_str(), dst, "throw", RouteController::INTERFACE, in invalidateRouteCache() 94 RouteController::INTERFACE); in invalidateRouteCache()
|
D | RouteController.h | 37 INTERFACE, // Compute the table number based on the interface index. enumerator
|
D | NetworkController.cpp | 829 tableType = RouteController::INTERFACE; in modifyRoute()
|
D | RouteController.cpp | 891 case RouteController::INTERFACE: { in modifyRoute()
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 66 * looking for 'INTERFACE::registerAsService("name")' instead.
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 109 "interface" { return token::INTERFACE; }
|
D | hidl-gen_y.yy | 244 %token<void> INTERFACE "keyword `interface`" 671 : INTERFACE valid_type_name opt_extends 1134 | INTERFACE ignore_doc_comments
|
/system/core/init/ |
D | init.cpp | 392 INTERFACE, // action gets called for every service that holds this interface enumerator
|