Searched refs:mReservedMethods (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DInterface.cpp631 this->mReservedMethods.push_back(pair.second);
677 return mReservedMethods;
682 v.insert(v.end(), mReservedMethods.begin(), mReservedMethods.end());
H A DInterface.h142 std::vector<Method*> mReservedMethods; member in struct:android::Interface

Completed in 85 milliseconds