Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp210 int32_t Allocator::DmaBufferSync(const BufferHandle &handle, uint64_t flag) in DmaBufferSync() function in OHOS::HDI::DISPLAY::Allocator
245 return DmaBufferSync(handle, DMA_BUF_SYNC_END); in InvalidateCache()
251 return DmaBufferSync(handle, DMA_BUF_SYNC_START); in FlushCache()
H A Dallocator.h72 int32_t DmaBufferSync(const BufferHandle &handle, uint64_t flag);
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
403 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
409 return DmaBufferSync(buffer, false); in GbmFlushCache()