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()
564 if (mSphalLibraries.empty()) { in linkDriverNamespaceLocked()
572 mSphalLibraries.c_str()); in linkDriverNamespaceLocked()
576 if (!android_link_namespaces(mDriverNamespace, sphalNamespace, mSphalLibraries.c_str())) { in linkDriverNamespaceLocked()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h140 std::string mSphalLibraries; variable