Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.cpp46 mCppImpl = cppImpl; in fillImplementation()
51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()
52 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()
124 auto it = mCppImpl.find(type); in cppImpl()
125 if (it != mCppImpl.end()) { in cppImpl()
148 return mCppImpl.find(type) != mCppImpl.end(); in overridesCppImpl()
DMethod.h125 MethodImpl mCppImpl; member