Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_dma_cache_demo.cpp67 ret = dma_buf_alloc(DMA_HEAP_PATH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
73 ret = dma_buf_alloc(DMA_HEAP_PATH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/
H A Ddma_alloc.h23 #define DMA_HEAP_PATH "/dev/dma_heap/system" macro
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c28 #define DMA_HEAP_PATH "/dev/rk_dma_heap/rk-dma-heap-cma" macro
169 fd = open(DMA_HEAP_PATH, O_RDWR); in crypto_init_dma_heap()