Lines Matching refs:Method

58 bool Interface::fillPingMethod(Method *method) const {  in fillPingMethod()
89 bool Interface::fillLinkToDeathMethod(Method *method) const { in fillLinkToDeathMethod()
133 bool Interface::fillUnlinkToDeathMethod(Method *method) const { in fillUnlinkToDeathMethod()
181 bool Interface::fillSyspropsChangedMethod(Method *method) const { in fillSyspropsChangedMethod()
199 bool Interface::fillSetHALInstrumentationMethod(Method *method) const { in fillSetHALInstrumentationMethod()
232 bool Interface::fillDescriptorChainMethod(Method *method) const { in fillDescriptorChainMethod()
285 bool Interface::fillHashChainMethod(Method *method) const { in fillHashChainMethod()
320 bool Interface::fillGetDescriptorMethod(Method *method) const { in fillGetDescriptorMethod()
342 bool Interface::fillGetDebugInfoMethod(Method *method) const { in fillGetDebugInfoMethod()
394 bool Interface::fillDebugMethod(Method *method) const { in fillDebugMethod()
416 void Interface::addUserDefinedMethod(Method* method) { in addUserDefinedMethod()
460 for (Method* method : mUserMethods) { in resolveInheritance()
507 for (const Method* method : mUserMethods) { in validateUniqueNames()
535 for (const Method* method : methods()) { in validateAnnotations()
552 bool Interface::addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods) { in addAllReservedMethods()
554 std::map<int32_t, Method *> reservedMethodsById; in addAllReservedMethods()
556 Method *method = pair.second->copySignature(); in addAllReservedMethods()
618 const std::vector<Method *> &Interface::userDefinedMethods() const { in userDefinedMethods()
622 const std::vector<Method *> &Interface::hidlReservedMethods() const { in hidlReservedMethods()
626 std::vector<Method *> Interface::methods() const { in methods()
627 std::vector<Method *> v(mUserMethods); in methods()
637 for (Method *userMethod : iface->userDefinedMethods()) { in allMethodsFromRoot()
641 for (Method *reservedMethod : hidlReservedMethods()) { in allMethodsFromRoot()