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; member197 , ref_count(1) in private_handle_t()234 , ref_count(1) in private_handle_t()
126 shared_ext_pcm->ref_count += 1; in ext_pcm_open()144 ext_pcm->ref_count -= 1; in ext_pcm_close()148 if (ext_pcm->ref_count <= 0) { in ext_pcm_close()
36 unsigned int ref_count; member