Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libion/test/
H A Dmap_test.cpp38 int map_fd = -1; in TEST_F() local
63 int map_fd = -1; in TEST_F() local
99 int map_fd = -1; in TEST_F() local
125 int map_fd = -1; in TEST_F() local
148 int map_fd = -1; in TEST_F() local
167 int map_fd = -1; in TEST_F() local
H A Dexynos_api_test.cpp42 int map_fd = -1; in TEST_F() local
/aosp12/system/memory/libion/tests/
H A 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
H A Dallocate_test.cpp111 int map_fd = -1; in TEST_F() local
131 int map_fd = -1; in TEST_F() local
/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h56 inline int writeToMapEntry(const BPF_FD_TYPE map_fd, const void* key, const void* value, in writeToMapEntry()
66 inline int findMapEntry(const BPF_FD_TYPE map_fd, const void* key, void* value) { in findMapEntry()
74 inline int deleteMapEntry(const BPF_FD_TYPE map_fd, const void* key) { in deleteMapEntry()
81 inline int getNextMapKey(const BPF_FD_TYPE map_fd, const void* key, void* next_key) { in getNextMapKey()
89 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey()
93 inline int bpfFdPin(const BPF_FD_TYPE map_fd, const char* pathname) { in bpfFdPin()
/aosp12/system/memory/libdmabufheap/tests/
H A 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
/aosp12/system/memory/libion/
H A Dion_test.c75 int fd, map_fd, ret; in ion_map_test() local
H A Dion.c114 unsigned char** ptr, int* map_fd) { in ion_map()
/aosp12/system/netd/server/
H A DTrafficController.cpp801 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h79 __u32 map_fd; member
307 __u32 map_fd; member
321 __u32 map_fd; member
459 __u32 map_fd; member