Searched refs:ref_count (Results 1 – 6 of 6) sorted by relevance
52 hnd->ref_count++; in mali_gralloc_reference_retain()59 hnd->ref_count = 1; in mali_gralloc_reference_retain()94 if (hnd->ref_count == 0) in mali_gralloc_reference_release()103 hnd->ref_count--; in mali_gralloc_reference_release()105 if (hnd->ref_count == 0 && canFree) in mali_gralloc_reference_release()123 hnd->ref_count--; in mali_gralloc_reference_release()125 if (hnd->ref_count == 0) in mali_gralloc_reference_release()
129 int ref_count; member183 , ref_count(1) in private_handle_t()218 , ref_count(1) in private_handle_t()
142 int ref_count; member204 , ref_count(1) in private_handle_t()241 , ref_count(1) in private_handle_t()
151 shared_ext_pcm->ref_count += 1; in ext_pcm_open()170 int count = ext_pcm->ref_count -= 1; in ext_pcm_close()
38 unsigned int ref_count; member