Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h83 int getCanLoadSystemLibraries();
/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp27 return android::GraphicsEnv::getInstance().getCanLoadSystemLibraries(); in getCanLoadSystemLibraries_native()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java234 if (isDebuggable(context) || (getCanLoadSystemLibraries() == 1)) { in setupGpuLayers()
416 final boolean deviceIsDebuggable = getCanLoadSystemLibraries() == 1; in getAngleDebugPackage()
453 final boolean deviceIsDebuggable = getCanLoadSystemLibraries() == 1; in setupAngleWithTempRulesFile()
888 private static native int getCanLoadSystemLibraries(); in getCanLoadSystemLibraries() method in GraphicsEnvironment
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp142 int GraphicsEnv::getCanLoadSystemLibraries() { in getCanLoadSystemLibraries() function in android::GraphicsEnv