Searched refs:PRIV_FLAGS_USES_ION (Results 1 – 11 of 11) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 559 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()
|
D | mali_gralloc_bufferaccess.cpp | 59 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()
|
D | mali_gralloc_reference.cpp | 68 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()
|
D | mali_gralloc_buffer.h | 81 PRIV_FLAGS_USES_ION = 0x00000004, enumerator
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 559 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()
|
D | mali_gralloc_bufferaccess.cpp | 59 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()
|
D | mali_gralloc_reference.cpp | 68 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()
|
D | mali_gralloc_buffer.h | 81 PRIV_FLAGS_USES_ION = 0x00000004, enumerator
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 137 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()
|
D | alloc_device.cpp | 253 …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()
|
D | gralloc_priv.h | 148 PRIV_FLAGS_USES_ION = 0x00000004, enumerator
|