Searched refs:cros_gralloc_handle (Results 1 – 7 of 7) sorted by relevance
19 ((sizeof(struct cros_gralloc_handle) - offsetof(cros_gralloc_handle, fds[0])) / sizeof(int));
16 struct cros_gralloc_handle : public native_handle_t { struct49 typedef const struct cros_gralloc_handle *cros_gralloc_handle_t; argument
17 struct cros_gralloc_handle *acquire_handle, int32_t reserved_region_fd,46 struct cros_gralloc_handle *hnd_;
146 void cros_gralloc_driver::emplace_buffer(struct bo *bo, struct cros_gralloc_handle *hnd) in emplace_buffer()169 struct cros_gralloc_handle *hnd; in allocate()205 num_bytes = sizeof(struct cros_gralloc_handle); in allocate()215 reinterpret_cast<struct cros_gralloc_handle *>(native_handle_create(num_fds, num_ints)); in allocate()
53 void emplace_buffer(struct bo *bo, struct cros_gralloc_handle *hnd);
13 struct cros_gralloc_handle *acquire_handle, in cros_gralloc_buffer()
32 cros_gralloc_handle *gr_handle = (cros_gralloc_handle *)handle; in ConvertBoInfo()