Home
last modified time | relevance | path

Searched defs:map_fd (Results 1 – 5 of 5) sorted by relevance

/system/memory/libion/tests/
Dmap_test.cpp34 int map_fd = -1; in TEST_F() local
55 int map_fd = -1; in TEST_F() local
87 int map_fd = -1; in TEST_F() local
112 int map_fd = -1; in TEST_F() local
Dallocate_test.cpp117 int map_fd = -1; in TEST_F() local
137 int map_fd = -1; in TEST_F() local
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp38 int map_fd = allocator->AllocSystem(cpu_access_needed, kAllocSizeInBytes); in DoAlloc() local
179 int ret = 0, map_fd = -1; in TEST_F() local
225 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() local
260 int map_fd = allocator->Alloc(kDmabufSystemHeapName, size); in TEST_F() local
310 int map_fd = allocator->AllocSystem(cpu_access_needed, kAllocSizeInBytes); in TEST_F() local
/system/memory/libion/
Dion_test.c75 int fd, map_fd, ret; in ion_map_test() local
Dion.c121 unsigned char** ptr, int* map_fd) { in ion_map()