Home
last modified time | relevance | path

Searched refs:getSingleValue (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DAnnotation.h36 virtual std::string getSingleValue() const = 0;
54 std::string getSingleValue() const override;
DAnnotation.cpp35 std::string value = getSingleValue(); in getSingleString()
67 std::string StringAnnotationParam::getSingleValue() const { in getSingleValue() function in android::StringAnnotationParam