Home
last modified time | relevance | path

Searched refs:unlockAsync (Results 1 – 3 of 3) 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.c231 ret = module->unlockAsync(module, info->handle, &info->fence_fd); in unlock_async()
356 CHECK(ctx->module->unlockAsync); in test_api()
362 CHECK(ctx->module->unlockAsync == NULL); in test_api()
367 CHECK(ctx->module->unlockAsync == NULL); in test_api()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc424 .unlockAsync = gralloc0_unlock_async,