Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIInterface.h40 template<typename INTERFACE>
41 class BnInterface : public INTERFACE, public IInterface, public BHwBinder
44 BnInterface(const sp<INTERFACE>& impl);
46 const sp<INTERFACE> mImpl;
50 template<typename INTERFACE>
51 inline BnInterface<INTERFACE>::BnInterface( in BnInterface()
52 const sp<INTERFACE>& impl) : mImpl(impl) in BnInterface()
57 template<typename INTERFACE>
58 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
70 template<typename INTERFACE>
[all …]
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h111 typename INTERFACE,
116 typedef H2BConverter<HINTERFACE, INTERFACE, BNINTERFACE, GETTOKEN> CBase; // Converter Base
117 typedef INTERFACE BaseInterface;
198 #define DECLARE_HYBRID_META_INTERFACE(INTERFACE, HAL) \ argument
200 static ::android::sp<I##INTERFACE> asInterface( \
203 I##INTERFACE(); \
204 virtual ~I##INTERFACE(); \
208 #define IMPLEMENT_HYBRID_META_INTERFACE(INTERFACE, HAL, NAME) \ argument
209 const ::android::String16 I##INTERFACE::descriptor(NAME); \
211 I##INTERFACE::getInterfaceDescriptor() const { \
[all …]
/system/tools/aidl/
Dgenerate_cpp.cpp222 case ClassNames::INTERFACE: in ClassName()
255 const string i_name = ClassName(interface, ClassNames::INTERFACE); in DefineClientTransaction()
398 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientSource()
589 HeaderFile(interface, ClassNames::INTERFACE, false), in BuildInterfaceSource()
593 string fq_name = ClassName(interface, ClassNames::INTERFACE); in BuildInterfaceSource()
609 ClassName(interface, ClassNames::INTERFACE), in BuildInterfaceSource()
626 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientHeader()
660 HeaderFile(interface, ClassNames::INTERFACE, false)}, in BuildClientHeader()
666 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildServerHeader()
692 HeaderFile(interface, ClassNames::INTERFACE, false)}, in BuildServerHeader()
[all …]
Daidl_language_y.yy40 %token<token> IDENTIFIER INTERFACE ONEWAY C_STR HEXVALUE
143 : annotation_list INTERFACE identifier '{' members '}' {
150 | annotation_list ONEWAY INTERFACE identifier '{' members '}' {
158 | annotation_list INTERFACE error '{' members '}' {
167 | annotation_list INTERFACE error '}' {
Dgenerate_cpp.h42 INTERFACE, // IFoo enumerator
Daidl_language_l.ll82 return yy::parser::token::INTERFACE;
Dast_java.h352 enum { CLASS, INTERFACE }; enumerator
Dgenerate_java_binder.cpp519 interface->what = Class::INTERFACE; in generate_binder_interface_class()
Daidl.cpp325 ClassNames::INTERFACE}) { in write_cpp_dep_file()
/system/netd/server/
DRouteController.h35 INTERFACE, // Compute the table number based on the interface index. enumerator
DNetworkController.cpp650 tableType = RouteController::INTERFACE; in modifyRoute()
DRouteController.cpp825 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.ll95 "interface" { return token::INTERFACE; }
Dhidl-gen_y.yy192 %token<str> INTERFACE
588 : INTERFACE valid_identifier opt_extends
1014 | INTERFACE