Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DSpecification.h536 std::string getDetailedDocumentationUrl() const { return mDetailedDocumentationUrl; } in getDetailedDocumentationUrl() function
H A DSpecification.cpp303 mUrl = specFile->getDetailedDocumentationUrl() + "#android_rs:" + mName; in scanDocumentationTags()