Lines Matching refs:nativeProxy

1481     private static native int nGetRenderThreadTid(long nativeProxy);  in nGetRenderThreadTid()  argument
1487 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1489 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1491 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1493 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface() argument
1495 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl() argument
1497 private static native boolean nPause(long nativeProxy); in nPause() argument
1499 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1501 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument
1504 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
1507 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument
1509 private static native float nSetColorMode(long nativeProxy, int colorMode); in nSetColorMode() argument
1511 private static native void nSetTargetSdrHdrRatio(long nativeProxy, float ratio); in nSetTargetSdrHdrRatio() argument
1513 private static native void nSetSdrWhitePoint(long nativeProxy, float whitePoint); in nSetSdrWhitePoint() argument
1521 private static native int nSyncAndDrawFrame(long nativeProxy, long[] frameInfo, int size); in nSyncAndDrawFrame() argument
1523 private static native void nDestroy(long nativeProxy, long rootRenderNode); in nDestroy() argument
1530 private static native long nCreateTextureLayer(long nativeProxy); in nCreateTextureLayer() argument
1532 private static native void nBuildLayer(long nativeProxy, long node); in nBuildLayer() argument
1534 private static native boolean nCopyLayerInto(long nativeProxy, long layer, long bitmapHandle); in nCopyLayerInto() argument
1536 private static native void nPushLayerUpdate(long nativeProxy, long layer); in nPushLayerUpdate() argument
1538 private static native void nCancelLayerUpdate(long nativeProxy, long layer); in nCancelLayerUpdate() argument
1540 private static native void nDetachSurfaceTexture(long nativeProxy, long layer); in nDetachSurfaceTexture() argument
1542 private static native void nDestroyHardwareResources(long nativeProxy); in nDestroyHardwareResources() argument
1550 private static native void nFence(long nativeProxy); in nFence() argument
1552 private static native void nStopDrawing(long nativeProxy); in nStopDrawing() argument
1554 private static native void nNotifyFramePending(long nativeProxy); in nNotifyFramePending() argument
1556 private static native void nDumpProfileInfo(long nativeProxy, FileDescriptor fd, in nDumpProfileInfo() argument
1561 private static native void nAddRenderNode(long nativeProxy, long rootRenderNode, in nAddRenderNode() argument
1564 private static native void nRemoveRenderNode(long nativeProxy, long rootRenderNode); in nRemoveRenderNode() argument
1566 private static native void nDrawRenderNode(long nativeProxy, long rootRenderNode); in nDrawRenderNode() argument
1568 private static native void nSetContentDrawBounds(long nativeProxy, int left, in nSetContentDrawBounds() argument
1571 private static native void nForceDrawNextFrame(long nativeProxy); in nForceDrawNextFrame() argument
1573 private static native void nSetPictureCaptureCallback(long nativeProxy, in nSetPictureCaptureCallback() argument
1576 private static native void nSetASurfaceTransactionCallback(long nativeProxy, in nSetASurfaceTransactionCallback() argument
1579 private static native void nSetPrepareSurfaceControlForWebviewCallback(long nativeProxy, in nSetPrepareSurfaceControlForWebviewCallback() argument
1582 private static native void nSetFrameCallback(long nativeProxy, FrameDrawingCallback callback); in nSetFrameCallback() argument
1584 private static native void nSetFrameCommitCallback(long nativeProxy, in nSetFrameCommitCallback() argument
1587 private static native void nSetFrameCompleteCallback(long nativeProxy, in nSetFrameCompleteCallback() argument
1590 private static native void nAddObserver(long nativeProxy, long nativeObserver); in nAddObserver() argument
1592 private static native void nRemoveObserver(long nativeProxy, long nativeObserver); in nRemoveObserver() argument
1607 private static native void nAllocateBuffers(long nativeProxy); in nAllocateBuffers() argument
1609 private static native void nSetForceDark(long nativeProxy, int type); in nSetForceDark() argument
1624 private static native void nNotifyCallbackPending(long nativeProxy); in nNotifyCallbackPending() argument
1626 private static native void nNotifyExpensiveFrame(long nativeProxy); in nNotifyExpensiveFrame() argument