Home
last modified time | relevance | path

Searched refs:appNamespace (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp68 android::NativeLoaderNamespace* appNamespace = android::FindNativeLoaderNamespaceByClassLoader( in setLayerPaths_native() local
71 android::GraphicsEnv::getInstance().setLayerPaths(appNamespace, layerPathsChars.c_str()); in setLayerPaths_native()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp496 void GraphicsEnv::setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths) { in setLayerPaths() argument
499 mAppNamespace = appNamespace; in setLayerPaths()
502 layerPaths.c_str(), appNamespace); in setLayerPaths()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h129 void setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths);