Searched refs:IMPL_STUB_IMPL (Results 1 – 4 of 4) sorted by relevance
48 IMPL_STUB_IMPL, // use this->method() instead of mImpl->method() enumerator
54 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()56 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()
727 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubHeader()1334 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubSource()1340 method->cppImpl(IMPL_STUB_IMPL, out); in generateStubSource()1502 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStaticStubMethodSource()
75 {IMPL_STUB_IMPL, in fillPingMethod()372 {IMPL_STUB_IMPL, in fillGetDebugInfoMethod()