다음을 통해 공유


SyncFence(SyncFence) Constructor

Definition

Creates a copy of the SyncFence from an existing one.

[Android.Runtime.Register(".ctor", "(Landroid/hardware/SyncFence;)V", "", ApiSince=35)]
public SyncFence (Android.Hardware.SyncFence other);
[<Android.Runtime.Register(".ctor", "(Landroid/hardware/SyncFence;)V", "", ApiSince=35)>]
new Android.Hardware.SyncFence : Android.Hardware.SyncFence -> Android.Hardware.SyncFence

Parameters

other
SyncFence
Attributes

Remarks

Creates a copy of the SyncFence from an existing one. Both fences must be closed() independently.

Java documentation for android.hardware.SyncFence.SyncFence(android.hardware.SyncFence).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to