Home | History | Annotate | Download | only in hidl

Lines Matching refs:mCppImpl

46     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.";
74 auto it = mCppImpl.find(type);
75 if (it != mCppImpl.end()) {
98 return mCppImpl.find(type) != mCppImpl.end();