HomeSort by relevance Sort by last modified time
    Searched defs:DMA_BUF_SYNC_READ (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
dma-buf.h 25 #define DMA_BUF_SYNC_READ (1 << 0)
27 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
  /external/kernel-headers/original/uapi/linux/
dma-buf.h 29 #define DMA_BUF_SYNC_READ (1 << 0)
31 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)

Completed in 589 milliseconds