OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mJavaImpl
(Results
1 - 2
of
2
) sorted by null
/system/tools/hidl/
Method.cpp
47
mJavaImpl
= javaImpl;
49
CHECK(
mJavaImpl
.find(IMPL_STUB_IMPL) ==
mJavaImpl
.end())
50
<< "FATAL:
mJavaImpl
should not use IMPL_STUB_IMPL; use IMPL_INTERFACE instead.";
84
auto it =
mJavaImpl
.find(type);
85
if (it !=
mJavaImpl
.end()) {
103
return
mJavaImpl
.find(type) !=
mJavaImpl
.end();
Method.h
108
MethodImpl
mJavaImpl
;
Completed in 61 milliseconds