Searched refs:cros_gralloc_handle (Results 1 – 6 of 6) sorted by relevance
19 ((sizeof(struct cros_gralloc_handle) - offsetof(cros_gralloc_handle, fds[0])) / sizeof(int));
16 struct cros_gralloc_handle { struct49 typedef const struct cros_gralloc_handle *cros_gralloc_handle_t; argument
17 struct cros_gralloc_handle *acquire_handle, int32_t reserved_region_fd,45 struct cros_gralloc_handle *hnd_;
131 struct cros_gralloc_handle *hnd; in allocate()185 num_bytes = sizeof(struct cros_gralloc_handle); in allocate()197 hnd = static_cast<struct cros_gralloc_handle *>(malloc(num_bytes)); in allocate()
13 struct cros_gralloc_handle *acquire_handle, in cros_gralloc_buffer()
49 cros_gralloc_handle *gr_handle = (cros_gralloc_handle *)handle; in ConvertBoInfo()