Home
last modified time | relevance | path

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

/frameworks/rs/api/
DGenerateDocumentation.cpp444 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
447 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
DSpecification.h569 const std::map<std::string, Constant*>& getConstants() const { return mConstants; } in getConstants() function