Searched refs:getLayerPaths (Results 1 – 4 of 4) sorted by relevance
116 const std::string& getLayerPaths();
467 if (!android::GraphicsEnv::getInstance().getLayerPaths().empty()) in DiscoverLayers()468 DiscoverLayersInPathList(android::GraphicsEnv::getInstance().getLayerPaths()); in DiscoverLayers()
361 android::base::Split(android::GraphicsEnv::getInstance().getLayerPaths().c_str(), in LoadLayers()
429 const std::string& GraphicsEnv::getLayerPaths() { in getLayerPaths() function in android::GraphicsEnv