Searched refs:mCppImpl (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DMethod.cpp46 mCppImpl = cppImpl;
51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() ||
52 mCppImpl.find(IMPL_STUB) == mCppImpl.end())
53 << "FATAL: mCppImpl IMPL_STUB will override IMPL_STUB_IMPL.";
124 auto it = mCppImpl.find(type);
125 if (it != mCppImpl.end()) {
148 return mCppImpl.find(type) != mCppImpl
[all...]
H A DMethod.h125 MethodImpl mCppImpl; member in struct:android::Method

Completed in 61 milliseconds