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

/system/tools/hidl/
H A DInterface.cpp457 mUserMethods.push_back(method);
507 serial += ancestor->mUserMethods.size();
510 for (Method* method : mUserMethods) {
557 for (const Method* method : mUserMethods) {
673 return mUserMethods;
681 std::vector<Method *> v(mUserMethods);
H A DInterface.h141 std::vector<Method*> mUserMethods; member in struct:android::Interface

Completed in 258 milliseconds