Lines Matching refs:native_handle
121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock()
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
179 auto ret = m_gralloc3_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock()
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock()
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
241 auto ret = m_gralloc3_mapper->unlock(native_handle, in unlock()