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

  /frameworks/native/libs/graphicsenv/
GraphicsEnv.cpp 59 void GraphicsEnv::setLayerPaths(android_namespace_t* appNamespace, const std::string layerPaths) {
61 mLayerPaths = layerPaths;
65 layerPaths.c_str(), appNamespace);
  /frameworks/native/libs/graphicsenv/include/graphicsenv/
GraphicsEnv.h 38 void setLayerPaths(android_namespace_t* appNamespace, const std::string layerPaths);
  /frameworks/base/core/jni/
android_os_GraphicsEnvironment.cpp 31 void setLayerPaths_native(JNIEnv* env, jobject clazz, jobject classLoader, jstring layerPaths) {
33 ScopedUtfChars layerPathsChars(env, layerPaths);
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 86 String layerPaths = "";
113 layerPaths = mDebugLayerPath + ":";
128 layerPaths += mLayerPath;
130 setLayerPaths(mClassLoader, layerPaths);
218 private static native void setLayerPaths(ClassLoader classLoader, String layerPaths);

Completed in 100 milliseconds