Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.cpp51 mCppImpl = cppImpl; in fillImplementation()
56 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()
57 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()
112 auto it = mCppImpl.find(type); in cppImpl()
113 if (it != mCppImpl.end()) { in cppImpl()
132 return mCppImpl.find(type) != mCppImpl.end(); in overridesCppImpl()
DMethod.h122 MethodImpl mCppImpl; member