Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1274 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument
1280 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1282 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1284 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1286 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface() argument
1288 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl() argument
1290 private static native boolean nPause(long nativeProxy); in nPause() argument
1292 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1294 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument
1297 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
[all …]