Searched refs:unlockAsync (Results 1 – 3 of 3) sorted by relevance
42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); member
231 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()
424 .unlockAsync = gralloc0_unlock_async,