Searched defs:map_fd (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/google/graphics/common/libion/test/ |
H A D | map_test.cpp | 38 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 D | exynos_api_test.cpp | 42 int map_fd = -1; in TEST_F() local
|
/aosp12/system/memory/libion/tests/ |
H A 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
|
H A D | allocate_test.cpp | 111 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 D | BpfSyscallWrappers.h | 56 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 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
|
/aosp12/system/memory/libion/ |
H A D | ion_test.c | 75 int fd, map_fd, ret; in ion_map_test() local
|
H A D | ion.c | 114 unsigned char** ptr, int* map_fd) { in ion_map()
|
/aosp12/system/netd/server/ |
H A D | TrafficController.cpp | 801 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | bpf.h | 79 __u32 map_fd; member 307 __u32 map_fd; member 321 __u32 map_fd; member 459 __u32 map_fd; member
|