Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c66 } allocator_ctx_dmaheap; typedef
154 allocator_ctx_dmaheap *p; in os_allocator_dma_heap_open()
184 p = mpp_malloc(allocator_ctx_dmaheap, 1); in os_allocator_dma_heap_open()
207 allocator_ctx_dmaheap *p = NULL; in os_allocator_dma_heap_alloc()
214 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_alloc()
231 allocator_ctx_dmaheap *p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_import()
249 allocator_ctx_dmaheap *p = NULL; in os_allocator_dma_heap_free()
257 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_free()
274 allocator_ctx_dmaheap *p; in os_allocator_dma_heap_close()
281 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_close()
[all …]