Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp408 if (mLayerPaths.empty()) { in setLayerPaths()
409 mLayerPaths = layerPaths; in setLayerPaths()
430 return mLayerPaths; in getLayerPaths()
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h166 std::string mLayerPaths; variable