Home
last modified time | relevance | path

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

/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp157 buffer_handle_t _handle) in gbm_import() argument
160 struct gralloc_handle_t *handle = gralloc_handle(_handle); in gbm_import()
197 buffer_handle_t _handle) in gbm_alloc() argument
200 struct gralloc_handle_t *handle = gralloc_handle(_handle); in gbm_alloc()
334 int gralloc_gbm_handle_register(buffer_handle_t _handle, struct gbm_device *gbm) in gralloc_gbm_handle_register() argument
338 if (!_handle) in gralloc_gbm_handle_register()
341 if (gbm_bo_handle_map.count(_handle)) in gralloc_gbm_handle_register()
344 bo = gbm_import(gbm, _handle); in gralloc_gbm_handle_register()
348 gbm_bo_handle_map.emplace(_handle, bo); in gralloc_gbm_handle_register()