Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h48 IMPL_STUB_IMPL, // use this->method() instead of mImpl->method() enumerator
DMethod.cpp54 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()
56 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()
DgenerateCpp.cpp718 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()
DInterface.cpp71 {IMPL_STUB_IMPL, in fillPingMethod()
368 {IMPL_STUB_IMPL, in fillGetDebugInfoMethod()