Searched refs:hnd_ (Results 1 – 2 of 2) sorted by relevance
15 : id_(id), bo_(acquire_bo), hnd_(acquire_handle), refcount_(1), lockcount_(0), in cros_gralloc_buffer()28 if (hnd_) { in ~cros_gralloc_buffer()29 native_handle_close(hnd_); in ~cros_gralloc_buffer()30 native_handle_delete(hnd_); in ~cros_gralloc_buffer()
46 struct cros_gralloc_handle *hnd_; variable