Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp179 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
182 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
187 mDriverPath = path; in setDriverPathAndSphalLibraries()
241 if (mDriverPath.empty()) { in getDriverNamespace()
258 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()
259 if (mDriverPath.empty()) { in getDriverNamespace()
262 mDriverPath.append(UPDATABLE_DRIVER_ABI); in getDriverNamespace()
263 ALOGI("Driver path is setup via UPDATABLE_GFX_DRIVER: %s", mDriverPath.c_str()); in getDriverNamespace()
273 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()
274 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
[all …]
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h165 std::string mDriverPath; variable