Home
last modified time | relevance | path

Searched refs:sphalLibraries (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp133 const std::string sphalLibraries) { in setDriverPathAndSphalLibraries() argument
137 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
141 sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
143 mSphalLibraries = sphalLibraries; in setDriverPathAndSphalLibraries()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_GraphicsEnvironment.cpp33 jstring sphalLibraries) { in setDriverPathAndSphalLibraries_native() argument
35 ScopedUtfChars sphalLibrariesChars(env, sphalLibraries); in setDriverPathAndSphalLibraries_native()
/aosp12/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java783 final String sphalLibraries = getSphalLibraries(context, driverPackageName); in chooseDriver() local
785 + ", required sphal libraries: " + sphalLibraries); in chooseDriver()
786 setDriverPathAndSphalLibraries(paths, sphalLibraries); in chooseDriver()
845 private static native void setDriverPathAndSphalLibraries(String path, String sphalLibraries); in setDriverPathAndSphalLibraries() argument
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h58 void setDriverPathAndSphalLibraries(const std::string path, const std::string sphalLibraries);