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

/system/tools/hidl/
H A DInterface.cpp139 {IMPL_STUB, nullptr}
152 {IMPL_STUB, nullptr}
188 {IMPL_STUB, nullptr /* don't generate code */}
201 {IMPL_STUB, nullptr /* don't generate code */}
238 {IMPL_STUB,
H A DMethod.h47 IMPL_STUB, // overrides the code in onTransact; IMPL_STUB_IMPL will be ignored enumerator in enum:android::MethodImplType
H A DgenerateJava.cpp547 if (method->isHidlReserved() && method->overridesJavaImpl(IMPL_STUB)) {
548 method->javaImpl(IMPL_STUB, out);
H A DMethod.cpp52 mCppImpl.find(IMPL_STUB) == mCppImpl.end())
53 << "FATAL: mCppImpl IMPL_STUB will override IMPL_STUB_IMPL.";
H A DgenerateCpp.cpp1379 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) {
1380 method->cppImpl(IMPL_STUB, out);
1397 if (method->isHidlReserved() && method->overridesCppImpl(IMPL_STUB)) {

Completed in 1895 milliseconds