Home
last modified time | relevance | path

Searched defs:map_fd (Results 1 – 7 of 7) 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.cpp111 int map_fd = -1; in TEST_F() local
131 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/bpf/libbpf_android/include/bpf/
DBpfMap.h52 int map_fd = mapRetrieve(pathname, flags); variable
60 int map_fd = createMap(map_type, sizeof(Key), sizeof(Value), max_entries, map_flags); variable
/system/memory/libion/
Dion_test.c75 int fd, map_fd, ret; in ion_map_test() local
Dion.c114 unsigned char** ptr, int* map_fd) { in ion_map()
/system/netd/server/
DTrafficController.cpp801 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus()