Searched defs:map_fd (Results 1 – 7 of 7) sorted by relevance
/system/memory/libion/tests/ |
D | map_test.cpp | 34 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
|
D | allocate_test.cpp | 111 int map_fd = -1; in TEST_F() local 131 int map_fd = -1; in TEST_F() local
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 38 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/ |
D | BpfMap.h | 52 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/ |
D | ion_test.c | 75 int fd, map_fd, ret; in ion_map_test() local
|
D | ion.c | 114 unsigned char** ptr, int* map_fd) { in ion_map()
|
/system/netd/server/ |
D | TrafficController.cpp | 801 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus()
|