Home
last modified time | relevance | path

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

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