Searched refs:getLayerPaths (Results 1 – 4 of 4) sorted by relevance
119 const std::string& getLayerPaths();
491 if (!android::GraphicsEnv::getInstance().getLayerPaths().empty()) in DiscoverLayers()492 DiscoverLayersInPathList(android::GraphicsEnv::getInstance().getLayerPaths()); in DiscoverLayers()
351 android::base::Split(android::GraphicsEnv::getInstance().getLayerPaths().c_str(), in LoadLayers()
521 const std::string& GraphicsEnv::getLayerPaths() { in getLayerPaths() function in android::GraphicsEnv