Searched defs:map_fd (Results 1 – 8 of 8) 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/bpf/libbpf_android/include/bpf/ |
D | BpfUtils.h | 77 inline int writeToMapEntry(const base::unique_fd& map_fd, const void* key, const void* value, in writeToMapEntry() 87 inline int findMapEntry(const base::unique_fd& map_fd, const void* key, void* value) { in findMapEntry() 95 inline int deleteMapEntry(const base::unique_fd& map_fd, const void* key) { in deleteMapEntry() 102 inline int getNextMapKey(const base::unique_fd& map_fd, const void* key, void* next_key) { in getNextMapKey() 110 inline int getFirstMapKey(const base::unique_fd& map_fd, void* firstKey) { in getFirstMapKey() 114 inline int bpfFdPin(const base::unique_fd& map_fd, const char* pathname) { in bpfFdPin()
|
D | BpfMap.h | 53 int map_fd = mapRetrieve(pathname, flags); variable 61 int map_fd = createMap(map_type, sizeof(Key), sizeof(Value), max_entries, map_flags); variable
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 98 int ret = 0, map_fd = -1; in TEST_F() local 147 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() local 193 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() local 236 int map_fd = allocator->Alloc(kDmabufSystemHeapName, size); in TEST_F() local
|
/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 | 867 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus()
|