Home
last modified time | relevance | path

Searched refs:unlockAsync (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/Android/hardware/
Dgralloc.h42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); member
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c240 ret = module->unlockAsync(module, info->handle, &info->fence_fd); in unlock_async()
365 CHECK(ctx->module->unlockAsync); in test_api()
371 CHECK(ctx->module->unlockAsync == NULL); in test_api()
376 CHECK(ctx->module->unlockAsync == NULL); in test_api()
/external/mesa3d/include/android_stub/hardware/
Dgralloc.h298 int (*unlockAsync)(struct gralloc_module_t const* module, member
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc574 .unlockAsync = gralloc0_unlock_async,