Home
last modified time | relevance | path

Searched defs:num_fences (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsync_file.h41 __u32 num_fences; member
/aosp12/system/core/libsync/
H A Dsync.c262 const uint32_t num_fences = info->num_fences; in sync_file_info_to_legacy_fence_info() local
292 size_t num_fences; in legacy_fence_info_to_sync_file_info() local
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp1022 bool AcrylicCompositorG2D::executeG2D(int fence[], unsigned int num_fences, bool nonblocking) in executeG2D()
1169 bool AcrylicCompositorG2D::execute(int fence[], unsigned int num_fences) in execute()