Searched refs:lockAsync (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 41 … int (*lockAsync)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**, int); member
|
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 221 ret = module->lockAsync(module, info->handle, info->usage, 0, 0, (info->w) / 2, in lock_async() 355 CHECK(ctx->module->lockAsync); in test_api() 361 CHECK(ctx->module->lockAsync == NULL); in test_api() 366 CHECK(ctx->module->lockAsync == NULL); in test_api()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 215 return module->lockAsync(module, handle, usage, l, t, w, h, vaddr, -1); in gralloc0_lock() 423 .lockAsync = gralloc0_lock_async,
|