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()
718 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubHeader()1318 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubSource()1324 method->cppImpl(IMPL_STUB_IMPL, out); in generateStubSource()1486 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStaticStubMethodSource()
71 {IMPL_STUB_IMPL, in fillPingMethod()368 {IMPL_STUB_IMPL, in fillGetDebugInfoMethod()