Home
last modified time | relevance | path

Searched refs:getStrongReferences (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DMethod.h74 std::vector<Reference<Type>*> getStrongReferences();
75 std::vector<const Reference<Type>*> getStrongReferences() const;
DMethod.cpp87 std::vector<Reference<Type>*> Method::getStrongReferences() { in getStrongReferences() function in android::Method
88 const auto& constRet = static_cast<const Method*>(this)->getStrongReferences(); in getStrongReferences()
95 std::vector<const Reference<Type>*> Method::getStrongReferences() const { in getStrongReferences() function in android::Method
DRefType.h35 std::vector<const Reference<Type>*> getStrongReferences() const override;
DType.cpp143 std::vector<Reference<Type>*> Type::getStrongReferences() { in getStrongReferences() function in android::Type
144 const auto& constRet = static_cast<const Type*>(this)->getStrongReferences(); in getStrongReferences()
151 std::vector<const Reference<Type>*> Type::getStrongReferences() const { in getStrongReferences() function in android::Type
250 for (const auto* nextRef : getStrongReferences()) { in topologicalOrder()
DType.h79 std::vector<Reference<Type>*> getStrongReferences();
80 virtual std::vector<const Reference<Type>*> getStrongReferences() const;
DRefType.cpp33 std::vector<const Reference<Type>*> RefType::getStrongReferences() const { in getStrongReferences() function in android::RefType
DVectorType.h37 std::vector<const Reference<Type>*> getStrongReferences() const override;
DInterface.h100 std::vector<const Reference<Type>*> getStrongReferences() const override;
DInterface.cpp486 std::vector<const Reference<Type>*> Interface::getStrongReferences() const { in getStrongReferences() function in android::Interface
497 const auto& references = method->getStrongReferences(); in getStrongReferences()
DVectorType.cpp82 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences() function in android::VectorType