Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/misc/
Dfastrpc.h8 #define FASTRPC_IOCTL_ALLOC_DMA_BUFF _IOWR('R', 1, struct fastrpc_alloc_dma_buf)
37 struct fastrpc_alloc_dma_buf { struct
/external/fastrpc/inc/
Dfastrpc_internal.h38 #define FASTRPC_IOCTL_ALLOC_DMA_BUFF _IOWR('R', 1, struct fastrpc_alloc_dma_buf)
106 struct fastrpc_alloc_dma_buf { struct
/external/fastrpc/src/
Drpcmem_android.c109 struct fastrpc_alloc_dma_buf buf; in rpcmem_alloc_internal()