Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp104 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP) in gralloc_register_buffer()
203 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP) in unmap_buffer()
308 …if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP || hnd->flags & private_handle_t::PRIV_FLAG… in gralloc_lock()
345 …if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP || hnd->flags & private_handle_t::PRIV_FLAG… in gralloc_lock_ycbcr()
422 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP && hnd->writeOwner) in gralloc_unlock()
Dgralloc_priv.h147 PRIV_FLAGS_USES_UMP = 0x00000002, enumerator
Dalloc_device.cpp291 …private_handle_t *hnd = new private_handle_t(private_handle_t::PRIV_FLAGS_USES_UMP, usage, size, c… in gralloc_alloc_buffer()
629 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_UMP) in alloc_device_free()