Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp46 uint64_t locked_ref_count = 0; member
234 it->second->locked_ref_count++; in buffer_lock_retain()
244 if (it->second->locked_ref_count == 0) return -EINVAL; in buffer_lock_release()
246 it->second->locked_ref_count--; in buffer_lock_release()