Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp152 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
155 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
161 mSphalLibraries = sphalLibraries; in setDriverPathAndSphalLibraries()
562 if (mSphalLibraries.empty()) { in linkDriverNamespaceLocked()
570 mSphalLibraries.c_str()); in linkDriverNamespaceLocked()
574 if (!android_link_namespaces(mDriverNamespace, sphalNamespace, mSphalLibraries.c_str())) { in linkDriverNamespaceLocked()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h136 std::string mSphalLibraries; variable