Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.cpp47 mJavaImpl = javaImpl; in fillImplementation()
49 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()
84 auto it = mJavaImpl.find(type); in javaImpl()
85 if (it != mJavaImpl.end()) { in javaImpl()
103 return mJavaImpl.find(type) != mJavaImpl.end(); in overridesJavaImpl()
DMethod.h111 MethodImpl mJavaImpl; member