Home
last modified time | relevance | path

Searched refs:IMPL_STUB (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DInterface.cpp114 {IMPL_STUB, nullptr} in fillLinkToDeathMethod()
127 {IMPL_STUB, nullptr} in fillLinkToDeathMethod()
163 {IMPL_STUB, nullptr /* don't generate code */} in fillUnlinkToDeathMethod()
176 {IMPL_STUB, nullptr /* don't generate code */} in fillUnlinkToDeathMethod()
213 {IMPL_STUB, in fillSetHALInstrumentationMethod()
DMethod.h47 IMPL_STUB, // overrides the code in onTransact; IMPL_STUB_IMPL will be ignored enumerator
DgenerateJava.cpp515 if (method->isHidlReserved() && method->overridesJavaImpl(IMPL_STUB)) { in generateJava()
516 method->javaImpl(IMPL_STUB, out); in generateJava()
DMethod.cpp57 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()
DgenerateCpp.cpp1409 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) { in generateStubSourceForMethod()
1410 method->cppImpl(IMPL_STUB, out); in generateStubSourceForMethod()
1427 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) { in generateStaticStubMethodSource()