/system/tools/hidl/ |
D | Interface.h | 26 struct Method; 32 bool addMethod(Method *method); 44 Method *lookupMethod(std::string name) const; 53 const std::vector<Method *> &userDefinedMethods() const; 55 const std::vector<Method *> &hidlReservedMethods() const; 57 std::vector<Method *> methods() const; 114 std::vector<Method *> mUserMethods; 115 std::vector<Method *> mReservedMethods; 117 bool fillPingMethod(Method *method) const; 118 bool fillDescriptorChainMethod(Method *method) const; [all …]
|
D | Method.cpp | 28 Method::Method(const char *name, in Method() function in android::Method 40 void Method::fillImplementation( in fillImplementation() 56 std::string Method::name() const { in name() 60 const std::vector<TypedVar *> &Method::args() const { in args() 64 const std::vector<TypedVar *> &Method::results() const { in results() 68 const std::vector<Annotation *> &Method::annotations() const { in annotations() 72 void Method::cppImpl(MethodImplType type, Formatter &out) const { in cppImpl() 82 void Method::javaImpl(MethodImplType type, Formatter &out) const { in javaImpl() 92 bool Method::isHiddenFromJava() const { in isHiddenFromJava() 96 bool Method::overridesCppImpl(MethodImplType type) const { in overridesCppImpl() [all …]
|
D | Interface.cpp | 81 bool Interface::fillPingMethod(Method *method) const { in fillPingMethod() 113 bool Interface::fillLinkToDeathMethod(Method *method) const { in fillLinkToDeathMethod() 157 bool Interface::fillUnlinkToDeathMethod(Method *method) const { in fillUnlinkToDeathMethod() 205 bool Interface::fillSyspropsChangedMethod(Method *method) const { in fillSyspropsChangedMethod() 223 bool Interface::fillSetHALInstrumentationMethod(Method *method) const { in fillSetHALInstrumentationMethod() 256 bool Interface::fillDescriptorChainMethod(Method *method) const { in fillDescriptorChainMethod() 310 bool Interface::fillHashChainMethod(Method *method) const { in fillHashChainMethod() 345 bool Interface::fillGetDescriptorMethod(Method *method) const { in fillGetDescriptorMethod() 367 bool Interface::fillGetDebugInfoMethod(Method *method) const { in fillGetDebugInfoMethod() 421 bool Interface::fillDebugMethod(Method *method) const { in fillDebugMethod() [all …]
|
D | AST.h | 36 struct Method; 194 using MethodGenerator = std::function<status_t(const Method *, const Interface *)>; 202 const Method *method) const; 204 const Method *method) const; 207 const Method *method, 219 Formatter &out, const Interface *iface, const Method *method) const; 241 const Method *method) const; 246 const Method *method) const;
|
D | Method.h | 48 struct Method { struct 49 Method(const char *name, 69 Method *copySignature() const; argument 110 DISALLOW_COPY_AND_ASSIGN(Method); argument
|
D | generateCppImpl.cpp | 51 const Method *method) const { in generateStubImplMethod() 132 const Method *method = tuple.method(); in generateStubImplHeader() 169 status_t err = generateMethods(out, [&](const Method *method, const Interface *) { in generateStubImplHeader() 233 status_t err = generateMethods(out, [&](const Method *method, const Interface *) { in generateStubImplSource()
|
D | generateCpp.cpp | 679 const Method *method) const { in generatePassthroughMethod() 817 const Method *method = tuple.method(); in generateMethods() 915 status_t err = generateMethods(out, [&](const Method *method, const Interface *iface) { in generateStubHeader() 1003 status_t err = generateMethods(out, [&](const Method *method, const Interface *) { in generateProxyHeader() 1272 const Method *method, in generateProxyMethodSource() 1467 status_t err = generateMethods(out, [&](const Method *method, const Interface *superInterface) { in generateProxySource() 1536 status_t err = generateMethods(out, [&](const Method *method, const Interface *) { in generateStubSource() 1569 const Method *method = tuple.method(); in generateStubSource() 1634 Formatter &out, const Interface *iface, const Method *method) const { in generateStubSourceForMethod() 1906 status_t err = generateMethods(out, [&](const Method *method, const Interface *) { in generatePassthroughHeader() [all …]
|
D | generateJava.cpp | 348 const Method *method = tuple.method(); in generateJava() 492 for (Method *method : iface->hidlReservedMethods()) { in generateJava() 557 const Method *method = tuple.method(); in generateJava()
|
D | Android.bp | 75 "Method.cpp",
|
D | hidl-gen_y.yy | 27 #include "Method.h" 272 android::Method *method; 739 $$ = new Method($2, $4, new std::vector<TypedVar *>, false, $1); 743 $$ = new Method($3, $5, new std::vector<TypedVar *>, true, $1); 747 $$ = new Method($2, $4, $8, false, $1);
|
D | hidl-gen_l.ll | 41 #include "Method.h"
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 72 Method* ctor = new Method; in StubClass() 89 Method* asBinder = new Method; in StubClass() 102 Method* onTransact = new Method; in StubClass() 126 Method* m = new Method; in make_as_interface() 203 Method* ctor = new Method; in ProxyClass() 211 Method* asBinder = new Method; in ProxyClass() 282 Method* decl = new Method; in generate_method() 383 Method* proxy = new Method; in generate_method() 500 Method* getDesc = new Method; in generate_interface_descriptors()
|
D | ast_java.h | 313 struct Method : public ClassElement { struct 323 Method() = default; argument 324 virtual ~Method() = default;
|
D | ast_java.cpp | 372 void Method::Write(CodeWriter* to) const { in Write()
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 391 typedef struct Method Method; typedef 392 struct Method { struct 407 const Method * const *methodArray; argument 435 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… 436 static const Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0…
|
D | chre_slpi_stub.c | 391 typedef struct Method Method; typedef 392 struct Method { struct 407 const Method * const *methodArray; argument 435 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… 436 static const Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0…
|