Searched refs:cros_gralloc_handle_t (Results 1 – 5 of 5) sorted by relevance
47 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()
38 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>>
23 cros_gralloc_handle_t cros_gralloc_convert_handle(buffer_handle_t handle);
36 typedef const struct cros_gralloc_handle *cros_gralloc_handle_t; typedef
320 cros_gralloc_buffer *cros_gralloc_driver::get_buffer(cros_gralloc_handle_t hnd) in get_buffer()