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

  /frameworks/native/libs/graphicsenv/include/graphicsenv/
GraphicsEnv.h 42 void setDebugLayers(const std::string layers);
  /frameworks/base/core/jni/
android_os_GraphicsEnvironment.cpp 40 android::GraphicsEnv::getInstance().setDebugLayers(layersChars.c_str());
47 { "setDebugLayers", "(Ljava/lang/String;)V", reinterpret_cast<void*>(setDebugLayers_native) },
  /frameworks/native/libs/graphicsenv/
GraphicsEnv.cpp 81 void GraphicsEnv::setDebugLayers(const std::string layers) {
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 120 setDebugLayers(layers);
219 private static native void setDebugLayers(String layers);

Completed in 109 milliseconds