Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp143 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
146 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
152 mSphalLibraries = sphalLibraries; in setDriverPathAndSphalLibraries()
555 if (mSphalLibraries.empty()) { in linkDriverNamespaceLocked()
563 mSphalLibraries.c_str()); in linkDriverNamespaceLocked()
567 if (!android_link_namespaces(mDriverNamespace, sphalNamespace, mSphalLibraries.c_str())) { in linkDriverNamespaceLocked()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h149 std::string mSphalLibraries; variable