Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp248 const std::string& sharedSphalLibraries) { in linkDriverNamespaceLocked() argument
267 if (sharedSphalLibraries.empty()) { in linkDriverNamespaceLocked()
275 sharedSphalLibraries.c_str()); in linkDriverNamespaceLocked()
279 if (!android_link_namespaces(destNamespace, sphalNamespace, sharedSphalLibraries.c_str())) { in linkDriverNamespaceLocked()
/aosp_15_r20/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h150 const std::string& sharedSphalLibraries);