Home
last modified time | relevance | path

Searched refs:IMPL_STUB_IMPL (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DMethod.cpp49 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()
51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()
DMethod.h42 IMPL_STUB_IMPL, // use this->method() instead of mImpl->method() enumerator
DInterface.cpp94 {IMPL_STUB_IMPL, in fillPingMethod()
391 {IMPL_STUB_IMPL, in fillGetDebugInfoMethod()
DgenerateCpp.cpp916 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubHeader()
1537 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) { in generateStubSource()
1543 method->cppImpl(IMPL_STUB_IMPL, out); in generateStubSource()
1688 (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB_IMPL)) in generateStubSourceForMethod()