Home
last modified time | relevance | path

Searched defs:setDebugLayers (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp441 void GraphicsEnv::setDebugLayers(const std::string layers) { in setDebugLayers() function in android::GraphicsEnv
/aosp12/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java843 private static native void setDebugLayers(String layers); in setDebugLayers() method in GraphicsEnvironment