Searched refs:unlockAsync (Results 1 – 4 of 4) sorted by relevance
42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); member
240 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()
298 int (*unlockAsync)(struct gralloc_module_t const* module, member
574 .unlockAsync = gralloc0_unlock_async,