Searched refs:getCanLoadSystemLibraries (Results 1 – 4 of 4) sorted by relevance
83 int getCanLoadSystemLibraries();
27 return android::GraphicsEnv::getInstance().getCanLoadSystemLibraries(); in getCanLoadSystemLibraries_native()
234 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
142 int GraphicsEnv::getCanLoadSystemLibraries() { in getCanLoadSystemLibraries() function in android::GraphicsEnv