Home
last modified time | relevance | path

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

/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/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/tools/aidl/
Dgenerate_cpp.cpp224 case ClassNames::INTERFACE: in ClassName()
257 const string i_name = ClassName(interface, ClassNames::INTERFACE); in DefineClientTransaction()
407 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientSource()
612 HeaderFile(interface, ClassNames::INTERFACE, false), in BuildInterfaceSource()
616 string fq_name = ClassName(interface, ClassNames::INTERFACE); in BuildInterfaceSource()
632 ClassName(interface, ClassNames::INTERFACE), in BuildInterfaceSource()
649 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildClientHeader()
683 HeaderFile(interface, ClassNames::INTERFACE, false)}, in BuildClientHeader()
689 const string i_name = ClassName(interface, ClassNames::INTERFACE); in BuildServerHeader()
715 HeaderFile(interface, ClassNames::INTERFACE, false)}, in BuildServerHeader()
[all …]
Daidl_language_y.yy40 %token<token> IDENTIFIER INTERFACE ONEWAY C_STR HEXVALUE
144 : annotation_list INTERFACE identifier '{' members '}' {
151 | annotation_list ONEWAY INTERFACE identifier '{' members '}' {
159 | annotation_list INTERFACE error '{' members '}' {
168 | 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
Daidl.cpp325 ClassNames::INTERFACE}) { in write_cpp_dep_file()
Dgenerate_java_binder.cpp792 interface->what = Class::INTERFACE; in generate_binder_interface_class()
/system/netd/server/
DPhysicalNetwork.cpp95 RouteController::INTERFACE); in invalidateRouteCache()
97 RouteController::INTERFACE); in invalidateRouteCache()
DRouteController.h36 INTERFACE, // Compute the table number based on the interface index. enumerator
DNetworkController.cpp811 tableType = RouteController::INTERFACE; in modifyRoute()
DRouteController.cpp860 case RouteController::INTERFACE: { in modifyRoute()
/system/tools/hidl/docs/src/parser/elements/declarations/
DInterfaceDeclarationParser.kt37 assert(tokens.first().identifier == TokenGrammar.INTERFACE) in parseTokens()
/system/core/init/
Dinit.cpp230 INTERFACE, // action gets called for every service that holds this interface enumerator
244 {"interface_start", {ControlTarget::INTERFACE, DoControlStart}}, in get_control_message_map()
245 {"interface_stop", {ControlTarget::INTERFACE, DoControlStop}}, in get_control_message_map()
246 {"interface_restart", {ControlTarget::INTERFACE, DoControlRestart}}, in get_control_message_map()
290 if (function.target == ControlTarget::INTERFACE) { in HandleControlMessage()
/system/tools/hidl/docs/src/parser/files/
DInterfaceFileParser.kt71 } else if (!inDoc && token.identifier == TokenGrammar.INTERFACE) { in isInterface()
DAbstractFileParser.kt65 TokenGrammar.INTERFACE,
/system/tools/hidl/docs/src/parser/elements/
DEntryParser.kt151 TokenGrammar.INTERFACE -> { in parseTokens()
/system/tools/hidl/docs/src/lexer/
DToken.kt44 INTERFACE("interface", TokenCategory.TypeDef),
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal66 * looking for 'INTERFACE::registerAsService("name")' instead.
/system/tools/hidl/
Dhidl-gen_l.ll112 "interface" { return token::INTERFACE; }
Dhidl-gen_y.yy230 %token<void> INTERFACE "keyword `interface`"
655 : INTERFACE valid_type_name opt_extends
1092 | INTERFACE