HomeSort by relevance Sort by last modified time
    Searched refs:setDriverPath (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_os_GraphicsEnvironment.cpp 25 void setDriverPath(JNIEnv* env, jobject clazz, jstring path) {
27 android::GraphicsEnv::getInstance().setDriverPath(pathChars.c_str());
31 { "setDriverPath", "(Ljava/lang/String;)V", reinterpret_cast<void*>(setDriverPath) },
  /frameworks/native/include/ui/
GraphicsEnv.h 35 void setDriverPath(const std::string path);
  /frameworks/native/libs/ui/
GraphicsEnv.cpp 38 void GraphicsEnv::setDriverPath(const std::string path) {
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 101 setDriverPath(paths);
117 private static native void setDriverPath(String path);

Completed in 324 milliseconds