19 #ifndef MIR_GRAPHICS_ANDROID_FENCE_H_
20 #define MIR_GRAPHICS_ANDROID_FENCE_H_
35 virtual ~Fence() =
default;
37 virtual void wait() = 0;
39 virtual void merge_with(NativeFence& merge_fd) = 0;
All things Mir.
Definition: atomic_callback.h:25
virtual void merge_with(NativeFence &merge_fd)=0
Fence & operator=(Fence const &)=delete
virtual NativeFence copy_native_handle() const =0
int NativeFence
Definition: fence.h:30
Definition: android_input_receiver.h:36