Searched defs:FenceHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp60 class FenceHandle class in namespace:android::Hwc2::__anon1862
63 FenceHandle(int fd, bool owned) function in class:android::Hwc2::__anon1862::FenceHandle
77 ~FenceHandle()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h217 class FenceHandle { class in namespace:android::dvr
219 FenceHandle() = default;
220 explicit FenceHandle(int fence) : fence_{fence} {} function in class:android::dvr::FenceHandle
221 explicit FenceHandle(FileHandleType&& fence) : fence_{std::move(fence)} {} function in class:android::dvr::FenceHandle
222 FenceHandle(FenceHandle&&) = default;
223 FenceHandle& operator=(FenceHandle&&) = default;
233 FenceHandle<pdx::BorrowedHandle> borrow() const {
234 return FenceHandle<pd
[all...]

Completed in 11 milliseconds