Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp134 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
137 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
142 mDriverPath = path; in setDriverPathAndSphalLibraries()
497 if (mDriverPath.empty()) { in getDriverNamespace()
514 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()
515 if (mDriverPath.empty()) { in getDriverNamespace()
518 mDriverPath.append(UPDATABLE_DRIVER_ABI); in getDriverNamespace()
519 ALOGI("Driver path is setup via UPDATABLE_GFX_DRIVER: %s", mDriverPath.c_str()); in getDriverNamespace()
528 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()
529 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
[all …]
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h142 std::string mDriverPath; variable