Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 16 of 16) sorted by relevance

/system/tools/hidl/
DInterface.h26 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 …]
DMethod.cpp28 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 …]
DInterface.cpp81 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 …]
DAST.h36 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;
DMethod.h48 struct Method { struct
49 Method(const char *name,
69 Method *copySignature() const; argument
110 DISALLOW_COPY_AND_ASSIGN(Method); argument
DgenerateCppImpl.cpp51 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()
DgenerateCpp.cpp679 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 …]
DgenerateJava.cpp348 const Method *method = tuple.method(); in generateJava()
492 for (Method *method : iface->hidlReservedMethods()) { in generateJava()
557 const Method *method = tuple.method(); in generateJava()
DAndroid.bp75 "Method.cpp",
Dhidl-gen_y.yy27 #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);
Dhidl-gen_l.ll41 #include "Method.h"
/system/tools/aidl/
Dgenerate_java_binder.cpp72 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()
Dast_java.h313 struct Method : public ClassElement { struct
323 Method() = default; argument
324 virtual ~Method() = default;
Dast_java.cpp372 void Method::Write(CodeWriter* to) const { in Write()
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c391 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…
Dchre_slpi_stub.c391 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…