Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_syncobj.c258 syncobj_reset(int fd, uint32_t *handles, uint32_t count) in syncobj_reset() function
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs880 fn syncobj_reset(&self, handles: &[syncobj::Handle]) -> io::Result<()> { in syncobj_reset() method