Lines Matching defs:ptr
32 private static native void nativeDestroy(long ptr); in nativeDestroy()
33 private static native Surface nativeGetSurface(long ptr, boolean includeSurfaceControlHandle); in nativeGetSurface()
34 private static native void nativeSyncNextTransaction(long ptr, in nativeSyncNextTransaction()
36 private static native void nativeStopContinuousSyncTransaction(long ptr); in nativeStopContinuousSyncTransaction()
37 private static native void nativeUpdate(long ptr, long surfaceControl, long width, long height, in nativeUpdate()
39 private static native void nativeMergeWithNextTransaction(long ptr, long transactionPtr, in nativeMergeWithNextTransaction()
41 private static native long nativeGetLastAcquiredFrameNum(long ptr); in nativeGetLastAcquiredFrameNum()
42 private static native void nativeApplyPendingTransactions(long ptr, long frameNumber); in nativeApplyPendingTransactions()
43 private static native boolean nativeIsSameSurfaceControl(long ptr, long surfaceControlPtr); in nativeIsSameSurfaceControl()
44 private static native SurfaceControl.Transaction nativeGatherPendingTransactions(long ptr, in nativeGatherPendingTransactions()
46 private static native void nativeSetTransactionHangCallback(long ptr, in nativeSetTransactionHangCallback()