/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 44 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/ |
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/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 | 85 INTERFACE, // Compute the table number based on the interface index. enumerator
|
D | NetworkController.cpp | 895 tableType = RouteController::INTERFACE; in modifyRoute()
|
D | RouteController.cpp | 1032 case RouteController::INTERFACE: { in modifyRoute()
|
/system/tools/aidl/ |
D | generate_cpp.cpp | 233 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 …]
|
D | generate_ndk.cpp | 405 << "::" << 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()
|
D | aidl_to_cpp_common.h | 39 INTERFACE, // IFoo enumerator
|
D | aidl_language_y.yy | 108 %token<token> INTERFACE "interface" 365 : INTERFACE identifier '{' interface_members '}' { 370 | ONEWAY INTERFACE identifier '{' interface_members '}' { 376 | INTERFACE error '{' interface_members '}' {
|
D | aidl_language_l.ll | 129 return yy::parser::token::INTERFACE;
|
D | generate_rust.cpp | 277 auto trait_name = ClassName(*iface, cpp::ClassNames::INTERFACE); in GenerateServerItems() 361 auto trait_name = ClassName(*iface, cpp::ClassNames::INTERFACE); in GenerateRustInterface()
|
D | aidl_to_cpp_common.cpp | 63 case ClassNames::INTERFACE: in ClassName()
|
D | ast_java.h | 318 enum { CLASS, INTERFACE }; enumerator
|
D | aidl_to_ndk.cpp | 130 const std::string clazz = NdkFullClassName(type, cpp::ClassNames::INTERFACE); in InterfaceTypeInfo()
|
D | generate_java_binder.cpp | 1080 interface->what = Class::INTERFACE; in generate_binder_interface_class()
|
/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 | 395 INTERFACE, // action gets called for every service that holds this interface enumerator
|