Home
last modified time | relevance | path

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

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