HomeSort by relevance Sort by last modified time
    Searched refs:overridesJavaImpl (Results 1 - 3 of 3) sorted by null

  /system/tools/hidl/
Method.h 60 bool overridesJavaImpl(MethodImplType type) const;
generateJava.cpp 390 if (method->isHidlReserved() && method->overridesJavaImpl(IMPL_PROXY)) {
570 if (method->isHidlReserved() && method->overridesJavaImpl(IMPL_STUB)) {
Method.cpp 101 bool Method::overridesJavaImpl(MethodImplType type) const {

Completed in 93 milliseconds