Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.cc47 cros_gralloc_handle_t cros_gralloc_convert_handle(buffer_handle_t handle) in cros_gralloc_convert_handle()
49 auto hnd = reinterpret_cast<cros_gralloc_handle_t>(handle); in cros_gralloc_convert_handle()
Dcros_gralloc_driver.h38 cros_gralloc_buffer *get_buffer(cros_gralloc_handle_t hnd);
43 std::unordered_map<cros_gralloc_handle_t, std::pair<cros_gralloc_buffer *, int32_t>>
Dcros_gralloc_helpers.h23 cros_gralloc_handle_t cros_gralloc_convert_handle(buffer_handle_t handle);
Dcros_gralloc_handle.h36 typedef const struct cros_gralloc_handle *cros_gralloc_handle_t; typedef
Dcros_gralloc_driver.cc320 cros_gralloc_buffer *cros_gralloc_driver::get_buffer(cros_gralloc_handle_t hnd) in get_buffer()