Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1362 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument
1368 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1370 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1372 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1374 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface() argument
1376 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl() argument
1378 private static native boolean nPause(long nativeProxy); in nPause() argument
1380 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1382 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument
1385 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
[all …]