Home
last modified time | relevance | path

Searched refs:cpu_read (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.cpp69 hnd->cpu_read = (direction == TX_FROM_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()
74 hnd->cpu_read ? true : false, in buffer_sync()
82 else if (hnd->cpu_read || hnd->cpu_write) in buffer_sync()
86 hnd->cpu_read ? true : false, in buffer_sync()
93 hnd->cpu_read = 0; in buffer_sync()
/hardware/google/gchips/GrallocHAL/src/core/
Dmali_gralloc_bufferaccess.cpp69 hnd->cpu_read = (direction == TX_FROM_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()
74 hnd->cpu_read ? true : false, in buffer_sync()
82 else if (hnd->cpu_read || hnd->cpu_write) in buffer_sync()
86 hnd->cpu_read ? true : false, in buffer_sync()
93 hnd->cpu_read = 0; in buffer_sync()
/hardware/google/gchips/include/
Dgralloc1_priv.h290 int cpu_read; /**< Buffer is locked for CPU read when non-zero. */ member
Dgralloc3_priv.h290 int cpu_read; /**< Buffer is locked for CPU read when non-zero. */ member
/hardware/google/gchips/GrallocHAL/src/hidl_common/
DMapper.cpp249 if (!private_handle->cpu_write && !private_handle->cpu_read) in unlockBuffer()
585 if (!private_handle->cpu_write && !private_handle->cpu_read) in flushLockedBuffer()
606 if (!private_handle->cpu_write && !private_handle->cpu_read) in rereadLockedBuffer()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp249 if (!private_handle->cpu_write && !private_handle->cpu_read) in unlockBuffer()
585 if (!private_handle->cpu_write && !private_handle->cpu_read) in flushLockedBuffer()
606 if (!private_handle->cpu_write && !private_handle->cpu_read) in rereadLockedBuffer()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_buffer4.h234 …int cpu_read DEFAULT_INITIALIZER(0); /**< Buffer is locked for CPU read when non-zer…
Dmali_gralloc_buffer.h234 …int cpu_read DEFAULT_INITIALIZER(0); /**< Buffer is locked for CPU read when non-zer…
/hardware/google/gchips/GrallocHAL/src/
Dmali_gralloc_buffer4.h216 …int cpu_read DEFAULT_INITIALIZER(0); /**< Buffer is locked for CPU read when non-zer…
Dmali_gralloc_buffer.h216 …int cpu_read DEFAULT_INITIALIZER(0); /**< Buffer is locked for CPU read when non-zer…
/hardware/google/gchips/GrallocHAL/src/allocator/
Dmali_gralloc_ion.cpp817 hnd->cpu_read = 0; in mali_gralloc_ion_unmap()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp825 hnd->cpu_read = 0; in mali_gralloc_ion_unmap()