Searched refs:IMPL_STUB (Results 1 – 5 of 5) sorted by relevance
143 {IMPL_STUB, nullptr} in fillLinkToDeathMethod()156 {IMPL_STUB, nullptr} in fillLinkToDeathMethod()192 {IMPL_STUB, nullptr /* don't generate code */} in fillUnlinkToDeathMethod()205 {IMPL_STUB, nullptr /* don't generate code */} in fillUnlinkToDeathMethod()242 {IMPL_STUB, in fillSetHALInstrumentationMethod()
47 IMPL_STUB, // overrides the code in onTransact; IMPL_STUB_IMPL will be ignored enumerator
511 if (method->isHidlReserved() && method->overridesJavaImpl(IMPL_STUB)) { in generateJava()512 method->javaImpl(IMPL_STUB, out); in generateJava()
57 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()
1423 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) { in generateStubSourceForMethod()1424 method->cppImpl(IMPL_STUB, out); in generateStubSourceForMethod()1441 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) { in generateStaticStubMethodSource()