Home
last modified time | relevance | path

Searched refs:hnd_ (Results 1 – 2 of 2) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc15 : 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()
Dcros_gralloc_buffer.h46 struct cros_gralloc_handle *hnd_; variable