Home
last modified time | relevance | path

Searched defs:INVALID_FENCE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dsync_fence.h56 static const sptr<SyncFence> INVALID_FENCE; variable
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp51 const sptr<SyncFence> SyncFence::INVALID_FENCE = sptr<SyncFence>(new SyncFence(INVALID_FD)); member in OHOS::SyncFence