Searched refs:cpu_write (Results 1 – 10 of 10) sorted by relevance
70 hnd->cpu_write = (direction == TX_TO_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()75 hnd->cpu_write ? true : false); in buffer_sync()82 else if (hnd->cpu_read || hnd->cpu_write) in buffer_sync()87 hnd->cpu_write ? true : false); in buffer_sync()94 hnd->cpu_write = 0; in buffer_sync()
242 int cpu_write; /**< Buffer is locked for CPU write when non-zero. */ member313 , cpu_write(0) in private_handle_t()363 , cpu_write(0) in private_handle_t()
89 hnd->cpu_write = (direction == TX_TO_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()93 hnd->cpu_write ? true : false); in buffer_sync()99 else if (hnd->cpu_read || hnd->cpu_write) in buffer_sync()103 hnd->cpu_write ? true : false); in buffer_sync()110 hnd->cpu_write = 0; in buffer_sync()
1232 hnd->cpu_write = 0; in mali_gralloc_ion_unmap()
198 if (private_handle->cpu_write != 0 && (cpuUsage & BufferUsage::CPU_WRITE_MASK)) in lockBuffer()249 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()
291 int cpu_write; /**< Buffer is locked for CPU write when non-zero. */ member
210 …int cpu_write DEFAULT_INITIALIZER(0); /**< Buffer is locked for CPU write when non-ze…
818 hnd->cpu_write = 0; in mali_gralloc_ion_unmap()