Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
Ddmabufheap-defs.h26 kSyncRead = DMA_BUF_SYNC_READ, enumerator
DBufferAllocator.h134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp223 auto vec_sync_type = {kSyncRead, kSyncWrite, kSyncReadWrite}; in TEST_F()