Searched refs:_handle (Results 1 – 1 of 1) sorted by relevance
157 buffer_handle_t _handle) in gbm_import() argument160 struct gralloc_handle_t *handle = gralloc_handle(_handle); in gbm_import()197 buffer_handle_t _handle) in gbm_alloc() argument200 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() argument338 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()