Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.cpp92 std::vector<Reference<Type>*> Method::getStrongReferences() { in getStrongReferences() function in android::Method
100 std::vector<const Reference<Type>*> Method::getStrongReferences() const { in getStrongReferences() function in android::Method
DVectorType.cpp85 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences() function in android::VectorType
DType.cpp145 std::vector<Reference<Type>*> Type::getStrongReferences() { in getStrongReferences() function in android::Type
153 std::vector<const Reference<Type>*> Type::getStrongReferences() const { in getStrongReferences() function in android::Type
DInterface.cpp436 std::vector<const Reference<Type>*> Interface::getStrongReferences() const { in getStrongReferences() function in android::Interface