Home
last modified time | relevance | path

Searched refs:DmaBufferSync (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.cpp211 int32_t Allocator::DmaBufferSync(const BufferHandle &handle, uint64_t flag) in DmaBufferSync() function in OHOS::HDI::DISPLAY::Allocator
246 return DmaBufferSync(handle, DMA_BUF_SYNC_END); in InvalidateCache()
252 return DmaBufferSync(handle, DMA_BUF_SYNC_START); in FlushCache()
H A Dallocator.h73 int32_t DmaBufferSync(const BufferHandle &handle, uint64_t flag);
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c271 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
441 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
447 return DmaBufferSync(buffer, false); in GbmFlushCache()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c233 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
395 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
401 return DmaBufferSync(buffer, false); in GbmFlushCache()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
404 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
410 return DmaBufferSync(buffer, false); in GbmFlushCache()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
404 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
410 return DmaBufferSync(buffer, false); in GbmFlushCache()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() function
404 return DmaBufferSync(buffer, true); in GbmInvalidateCache()
410 return DmaBufferSync(buffer, false); in GbmFlushCache()

Completed in 5 milliseconds