Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h114 std::vector<Method *> mUserMethods; member
DInterface.cpp473 mUserMethods.push_back(method); in addMethod()
544 return mUserMethods; in userDefinedMethods()
552 std::vector<Method *> v(mUserMethods); in methods()