Searched refs:INTERFACE (Results 1 - 19 of 19) sorted by relevance

/system/libhwbinder/include/hwbinder/
H A 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)
60 template<typename INTERFACE>
61 inline IBinder* BpInterface<INTERFACE>::onAsBinder()
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h44 * - `INTERFACE`: The binder interface that will be the wrapper of
45 * `HALINTERFACE`. `INTERFACE` is supposed to be somewhat similar to
48 * To demonstrate how this is done, here is an example. Suppose `INTERFACE` is
79 * 8. Replace the existing `IMPLEMENT_META_INTERFACE` for INTERFACE by
111 typename INTERFACE,
116 typedef H2BConverter<HINTERFACE, INTERFACE, BNINTERFACE, GETTOKEN> CBase; // Converter Base
117 typedef INTERFACE BaseInterface;
198 #define DECLARE_HYBRID_META_INTERFACE(INTERFACE, HAL) \
200 static ::android::sp<I##INTERFACE> asInterface( \
203 I##INTERFACE(); \
[all...]
/system/tools/hidl/docs/src/parser/elements/declarations/
H A DInterfaceDeclarationParser.kt37 assert(tokens.first().identifier == TokenGrammar.INTERFACE)
/system/tools/aidl/
H A Dgenerate_cpp.h42 INTERFACE, // IFoo member in class:android::aidl::cpp::ClassNames
H A Dgenerate_cpp.cpp224 case ClassNames::INTERFACE:
257 const string i_name = ClassName(interface, ClassNames::INTERFACE);
407 const string i_name = ClassName(interface, ClassNames::INTERFACE);
612 HeaderFile(interface, ClassNames::INTERFACE, false),
616 string fq_name = ClassName(interface, ClassNames::INTERFACE);
632 ClassName(interface, ClassNames::INTERFACE),
649 const string i_name = ClassName(interface, ClassNames::INTERFACE);
683 HeaderFile(interface, ClassNames::INTERFACE, false)},
689 const string i_name = ClassName(interface, ClassNames::INTERFACE);
715 HeaderFile(interface, ClassNames::INTERFACE, fals
[all...]
H A Dast_java.h352 enum { CLASS, INTERFACE }; enumerator in enum:android::aidl::java::Class::__anon2599
356 int what = CLASS; // CLASS or INTERFACE
H A Daidl.cpp325 ClassNames::INTERFACE}) {
H A Dgenerate_java_binder.cpp792 interface->what = Class::INTERFACE;
/system/netd/server/
H A DPhysicalNetwork.cpp95 RouteController::INTERFACE);
97 RouteController::INTERFACE);
H A DRouteController.h36 INTERFACE, // Compute the table number based on the interface index. enumerator in enum:android::net::RouteController::TableType
H A DNetworkController.cpp811 tableType = RouteController::INTERFACE;
H A DRouteController.cpp860 case RouteController::INTERFACE: {
/system/tools/hidl/docs/src/parser/files/
H A DInterfaceFileParser.kt71 } else if (!inDoc && token.identifier == TokenGrammar.INTERFACE) {
H A DAbstractFileParser.kt65 TokenGrammar.INTERFACE,
/system/tools/hidl/docs/src/parser/elements/
H A DEntryParser.kt151 TokenGrammar.INTERFACE -> {
/system/core/init/
H A Dinit.cpp230 INTERFACE, // action gets called for every service that holds this interface member in class:android::init::ControlTarget
244 {"interface_start", {ControlTarget::INTERFACE, DoControlStart}},
245 {"interface_stop", {ControlTarget::INTERFACE, DoControlStop}},
246 {"interface_restart", {ControlTarget::INTERFACE, DoControlRestart}},
290 if (function.target == ControlTarget::INTERFACE) {
/system/tools/hidl/
H A Dhidl-gen_l.ll112 "interface" { return token::INTERFACE; }
H A Dhidl-gen_y.yy230 %token<void> INTERFACE "keyword `interface`"
655 : INTERFACE valid_type_name opt_extends
1092 | INTERFACE
/system/tools/hidl/docs/src/lexer/
H A DToken.kt44 INTERFACE("interface", TokenCategory.TypeDef),

Completed in 178 milliseconds