Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp581 this->mReservedMethods.push_back(pair.second); in addAllReservedMethods()
623 return mReservedMethods; in hidlReservedMethods()
628 v.insert(v.end(), mReservedMethods.begin(), mReservedMethods.end()); in methods()
DInterface.h142 std::vector<Method*> mReservedMethods; member