Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h58 void setDriverPathAndSphalLibraries(const std::string path, const std::string sphalLibraries);
/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp36 android::GraphicsEnv::getInstance().setDriverPathAndSphalLibraries(pathChars.c_str(), in setDriverPathAndSphalLibraries_native()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java896 setDriverPathAndSphalLibraries(paths, sphalLibraries); in chooseDriver()
955 private static native void setDriverPathAndSphalLibraries(String path, String sphalLibraries); in setDriverPathAndSphalLibraries() method in GraphicsEnvironment
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp132 void GraphicsEnv::setDriverPathAndSphalLibraries(const std::string path, in setDriverPathAndSphalLibraries() function in android::GraphicsEnv