HomeSort by relevance Sort by last modified time
    Searched refs:IMPL_STUB_IMPL (Results 1 - 4 of 4) sorted by null

  /system/tools/hidl/
Method.h 41 IMPL_STUB, // overrides the code in onTransact; IMPL_STUB_IMPL will be ignored
42 IMPL_STUB_IMPL, // use this->method() instead of mImpl->method()
Method.cpp 49 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end())
50 << "FATAL: mJavaImpl should not use IMPL_STUB_IMPL; use IMPL_INTERFACE instead.";
51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() ||
53 << "FATAL: mCppImpl IMPL_STUB will override IMPL_STUB_IMPL.";
Interface.cpp 94 {IMPL_STUB_IMPL,
391 {IMPL_STUB_IMPL,
generateCpp.cpp 916 if (!method->isHidlReserved() || !method->overridesCppImpl(IMPL_STUB_IMPL)) {
    [all...]

Completed in 223 milliseconds