Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DSpecification.h518 std::list<TypeSpecification*> mTypeSpecificationsList; variable
545 return mTypeSpecificationsList; in getTypeSpecifications()
H A DSpecification.cpp788 mTypeSpecificationsList.push_back(spec); in addTypeSpecification()