Home
last modified time | relevance | path

Searched refs:kSyncWrite (Results 1 – 2 of 2) sorted by relevance

/system/memory/libdmabufheap/include/BufferAllocator/
Ddmabufheap-defs.h27 kSyncWrite = DMA_BUF_SYNC_WRITE, enumerator
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp187 ret = allocator->CpuSyncStart(map_fd, kSyncWrite); in TEST_F()
192 ret = allocator->CpuSyncEnd(map_fd, kSyncWrite); in TEST_F()
223 auto vec_sync_type = {kSyncRead, kSyncWrite, kSyncReadWrite}; in TEST_F()
266 int ret = allocator->CpuSyncStart(map_fd, kSyncWrite, CustomCpuSyncStart); in TEST_F()
271 ret = allocator->CpuSyncEnd(map_fd, kSyncWrite, CustomCpuSyncEnd); in TEST_F()