Searched refs:kSyncReadWrite (Results 1 – 3 of 3) sorted by relevance
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | dmabufheap-defs.h | 28 kSyncReadWrite = DMA_BUF_SYNC_RW, enumerator
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.c | 108 ret = DmabufHeapCpuSyncStart(bufferAllocator, fd, kSyncReadWrite, in libdmabufheaptest() 128 ret = DmabufHeapCpuSyncEnd(bufferAllocator, fd, kSyncReadWrite, in libdmabufheaptest()
|
D | dmabuf_heap_test.cpp | 44 int ret = allocator->CpuSyncStart(map_fd, kSyncReadWrite); in DoAlloc() 47 ret = allocator->CpuSyncEnd(map_fd, kSyncReadWrite); in DoAlloc() 223 auto vec_sync_type = {kSyncRead, kSyncWrite, kSyncReadWrite}; in TEST_F()
|