Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp559 private_handle_t::PRIV_FLAGS_USES_ION | priv_heap_flag, bufDescriptor->size, min_pgsz, in mali_gralloc_ion_allocate()
605 private_handle_t::PRIV_FLAGS_USES_ION | priv_heap_flag, bufDescriptor->size, min_pgsz, in mali_gralloc_ion_allocate()
661 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_free()
699 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_sync()
701 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_sync()
716 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_map()
718 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_map()
754 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_unmap()
756 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_unmap()
Dmali_gralloc_bufferaccess.cpp59 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock()
94 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock_ycbcr()
178 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION && hnd->writeOwner) in mali_gralloc_unlock()
276 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock_flex_async()
Dmali_gralloc_reference.cpp68 else if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_ION)) in mali_gralloc_reference_retain()
128 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_ION)) in mali_gralloc_reference_release()
Dmali_gralloc_buffer.h81 PRIV_FLAGS_USES_ION = 0x00000004, enumerator
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp559 private_handle_t::PRIV_FLAGS_USES_ION | priv_heap_flag, bufDescriptor->size, min_pgsz, in mali_gralloc_ion_allocate()
605 private_handle_t::PRIV_FLAGS_USES_ION | priv_heap_flag, bufDescriptor->size, min_pgsz, in mali_gralloc_ion_allocate()
662 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_free()
700 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_sync()
702 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_sync()
717 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_map()
719 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_map()
755 switch (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_ion_unmap()
757 case private_handle_t::PRIV_FLAGS_USES_ION: in mali_gralloc_ion_unmap()
Dmali_gralloc_bufferaccess.cpp59 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock()
94 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock_ycbcr()
178 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION && hnd->writeOwner) in mali_gralloc_unlock()
276 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in mali_gralloc_lock_flex_async()
Dmali_gralloc_reference.cpp68 else if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_ION)) in mali_gralloc_reference_retain()
128 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_ION)) in mali_gralloc_reference_release()
Dmali_gralloc_buffer.h81 PRIV_FLAGS_USES_ION = 0x00000004, enumerator
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp137 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in gralloc_register_buffer()
213 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in unmap_buffer()
308 …lags & private_handle_t::PRIV_FLAGS_USES_UMP || hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in gralloc_lock()
345 …lags & private_handle_t::PRIV_FLAGS_USES_UMP || hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in gralloc_lock_ycbcr()
430 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION && hnd->writeOwner) in gralloc_unlock()
Dalloc_device.cpp253 …private_handle_t *hnd = new private_handle_t(private_handle_t::PRIV_FLAGS_USES_ION, usage, size, c… in gralloc_alloc_buffer()
679 else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) in alloc_device_free()
Dgralloc_priv.h148 PRIV_FLAGS_USES_ION = 0x00000004, enumerator