Home
last modified time | relevance | path

Searched refs:overridesCppImpl (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DMethod.h59 bool overridesCppImpl(MethodImplType type) const;
DgenerateCpp.cpp686 && method->overridesCppImpl(IMPL_PASSTHROUGH)) { in generatePassthroughMethod()
916 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubHeader()
1286 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_PROXY)) { in generateProxyMethodSource()
1537 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubSource()
1635 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) { in generateStubSourceForMethod()
1688 (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB_IMPL)) in generateStubSourceForMethod()
DMethod.cpp96 bool Method::overridesCppImpl(MethodImplType type) const { in overridesCppImpl() function in android::Method