Home
last modified time | relevance | path

Searched defs:getStrongReferences (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DMethod.cpp87 std::vector<Reference<Type>*> Method::getStrongReferences() { in getStrongReferences() function in android::Method
95 std::vector<const Reference<Type>*> Method::getStrongReferences() const { in getStrongReferences() function in android::Method
DRefType.cpp33 std::vector<const Reference<Type>*> RefType::getStrongReferences() const { in getStrongReferences() function in android::RefType
DType.cpp139 std::vector<Reference<Type>*> Type::getStrongReferences() { in getStrongReferences() function in android::Type
147 std::vector<const Reference<Type>*> Type::getStrongReferences() const { in getStrongReferences() function in android::Type
DVectorType.cpp85 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences() function in android::VectorType
DInterface.cpp487 std::vector<const Reference<Type>*> Interface::getStrongReferences() const { in getStrongReferences() function in android::Interface