Lines Matching refs:nativeProxy

1084     private static native int nGetRenderThreadTid(long nativeProxy);  in nGetRenderThreadTid()  argument
1091 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1093 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1095 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1097 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface() argument
1099 private static native boolean nPause(long nativeProxy); in nPause() argument
1101 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1103 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument
1106 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
1109 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument
1111 private static native void nSetWideGamut(long nativeProxy, boolean wideGamut); in nSetWideGamut() argument
1113 private static native int nSyncAndDrawFrame(long nativeProxy, long[] frameInfo, int size); in nSyncAndDrawFrame() argument
1115 private static native void nDestroy(long nativeProxy, long rootRenderNode); in nDestroy() argument
1124 private static native long nCreateTextureLayer(long nativeProxy); in nCreateTextureLayer() argument
1126 private static native void nBuildLayer(long nativeProxy, long node); in nBuildLayer() argument
1128 private static native boolean nCopyLayerInto(long nativeProxy, long layer, long bitmapHandle); in nCopyLayerInto() argument
1130 private static native void nPushLayerUpdate(long nativeProxy, long layer); in nPushLayerUpdate() argument
1132 private static native void nCancelLayerUpdate(long nativeProxy, long layer); in nCancelLayerUpdate() argument
1134 private static native void nDetachSurfaceTexture(long nativeProxy, long layer); in nDetachSurfaceTexture() argument
1136 private static native void nDestroyHardwareResources(long nativeProxy); in nDestroyHardwareResources() argument
1142 private static native void nFence(long nativeProxy); in nFence() argument
1144 private static native void nStopDrawing(long nativeProxy); in nStopDrawing() argument
1146 private static native void nNotifyFramePending(long nativeProxy); in nNotifyFramePending() argument
1148 private static native void nDumpProfileInfo(long nativeProxy, FileDescriptor fd, in nDumpProfileInfo() argument
1151 private static native void nAddRenderNode(long nativeProxy, long rootRenderNode, in nAddRenderNode() argument
1154 private static native void nRemoveRenderNode(long nativeProxy, long rootRenderNode); in nRemoveRenderNode() argument
1156 private static native void nDrawRenderNode(long nativeProxy, long rootRenderNode); in nDrawRenderNode() argument
1158 private static native void nSetContentDrawBounds(long nativeProxy, int left, in nSetContentDrawBounds() argument
1161 private static native void nSetPictureCaptureCallback(long nativeProxy, in nSetPictureCaptureCallback() argument
1164 private static native void nSetFrameCallback(long nativeProxy, FrameDrawingCallback callback); in nSetFrameCallback() argument
1166 private static native void nSetFrameCompleteCallback(long nativeProxy, in nSetFrameCompleteCallback() argument
1169 private static native void nAddObserver(long nativeProxy, long nativeObserver); in nAddObserver() argument
1171 private static native void nRemoveObserver(long nativeProxy, long nativeObserver); in nRemoveObserver() argument
1189 private static native void nAllocateBuffers(long nativeProxy); in nAllocateBuffers() argument
1191 private static native void nSetForceDark(long nativeProxy, boolean enabled); in nSetForceDark() argument