Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
Ddmabufheap-defs.h28 kSyncReadWrite = DMA_BUF_SYNC_RW, enumerator
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.c108 ret = DmabufHeapCpuSyncStart(bufferAllocator, fd, kSyncReadWrite, in libdmabufheaptest()
128 ret = DmabufHeapCpuSyncEnd(bufferAllocator, fd, kSyncReadWrite, in libdmabufheaptest()
Ddmabuf_heap_test.cpp44 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()