Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp50 if (!mDriverPath.empty()) { in setDriverPath()
52 mDriverPath.c_str(), path.c_str()); in setDriverPath()
56 mDriverPath = path; in setDriverPath()
88 if (mDriverPath.empty()) in getDriverNamespace()
96 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h47 std::string mDriverPath; variable