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