Home
last modified time | relevance | path

Searched refs:fence_fd (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/graphics_Gralloc/src/
Dgralloctest.c81 int fence_fd; /* fence file descriptor */ member
95 test->fence_fd = -1; in gralloctest_init()
204 (test->w)/2, (test->h)/2, &test->vaddr, test->fence_fd); in lock_async()
214 ret = module->unlockAsync(module, test->handle, &test->fence_fd); in unlock_async()
225 0, 0, (test->w)/2, (test->h)/2, &test->ycbcr, test->fence_fd); in lock_async_ycbcr()
558 rgba_test.fence_fd = sw_sync_fence_create(fd, "fence", 1); in test_async()
559 ycbcr_test.fence_fd = sw_sync_fence_create(fd, "ycbcr_fence", 2); in test_async()
590 CHECK(rgba_test.fence_fd > 0); in test_async()
591 CHECK(ycbcr_test.fence_fd > 0); in test_async()
592 CHECK(sync_wait(rgba_test.fence_fd, 10000) >= 0); in test_async()
[all …]
/external/kernel-headers/original/uapi/drm/
Dmsm_drm.h215 __s32 fence_fd; /* in/out fence fd (see MSM_SUBMIT_FENCE_FD_IN/OUT) */ member