Home
last modified time | relevance | path

Searched refs:GetFenceInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H A Dsync_fence.h74 std::vector<SyncPointInfo> GetFenceInfo();
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp141 std::vector<SyncPointInfo> ptInfos = GetFenceInfo(); in SyncFileReadTimestamp()
166 std::vector<SyncPointInfo> SyncFence::GetFenceInfo() in GetFenceInfo() function in OHOS::SyncFence
178 UTILS_LOGD("GetFenceInfo SYNC_IOC_FILE_INFO ioctl failed, ret: %{public}d", ret); in GetFenceInfo()
182 UTILS_LOGD("GetFenceInfo arg.num_fences failed, num_fences: %{public}d", arg.num_fences); in GetFenceInfo()
187 UTILS_LOGE("GetFenceInfo overflow, num_fences: %{public}d", arg.num_fences); in GetFenceInfo()
193 UTILS_LOGD("GetFenceInfo malloc failed oom"); in GetFenceInfo()
229 std::vector<SyncPointInfo> ptInfos = GetFenceInfo(); in GetStatus()
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dsync_fence.h74 std::vector<SyncPointInfo> GetFenceInfo();

Completed in 2 milliseconds