Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c183 static int unregister_buffer(struct gralloc_module_t *module, struct grallocinfo *info) in unregister_buffer() function
400 CHECK(unregister_buffer(ctx->module, &duplicate) == 0); in test_gralloc_order()
409 CHECK(unregister_buffer(ctx->module, &duplicate)); in test_gralloc_order()
412 CHECK(unregister_buffer(ctx->module, &duplicate)); in test_gralloc_order()
413 CHECK(unregister_buffer(ctx->module, &duplicate) == 0); in test_gralloc_order()
423 CHECK(unregister_buffer(ctx->module, &duplicate)); in test_gralloc_order()
497 CHECK(unregister_buffer(mod, &duplicate)); in test_perform()