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

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

Completed in 51 milliseconds