Home
last modified time | relevance | path

Searched refs:decrease_refcount (Results 1 – 3 of 3) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.h24 int32_t decrease_refcount();
Dcros_gralloc_buffer.cc41 int32_t cros_gralloc_buffer::decrease_refcount() in decrease_refcount() function in cros_gralloc_buffer
Dcros_gralloc_driver.cc242 if (buffer->decrease_refcount() == 0) { in release()