Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp195 const std::string& sharedSphalLibraries) { in linkDriverNamespaceLocked() argument
214 if (sharedSphalLibraries.empty()) { in linkDriverNamespaceLocked()
222 sharedSphalLibraries.c_str()); in linkDriverNamespaceLocked()
226 if (!android_link_namespaces(destNamespace, sphalNamespace, sharedSphalLibraries.c_str())) { in linkDriverNamespaceLocked()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h150 const std::string& sharedSphalLibraries);