/aosp12/system/memory/libmemunreachable/ |
H A D | ProcessMappings.cpp | 45 char map_buffer[1024]; in ProcessMappings() local 46 snprintf(map_buffer, sizeof(map_buffer), "/proc/%d/maps", pid); in ProcessMappings() 47 android::base::unique_fd fd(open(map_buffer, O_RDONLY)); in ProcessMappings() 53 while ((n = TEMP_FAILURE_RETRY(read(fd, map_buffer, sizeof(map_buffer)))) > 0) { in ProcessMappings() 54 content.append(map_buffer, n); in ProcessMappings()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | memalloc.h | 69 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | mapper.cpp | 67 int ret = memalloc->map_buffer(&mappedAddress, size, in gralloc_map_metadata() 97 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
|
H A D | ionalloc.cpp | 141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() function in IonAlloc
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | memalloc.h | 68 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | ionalloc.cpp | 152 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() function in IonAlloc
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | memalloc.h | 69 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | ionalloc.cpp | 146 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() function in IonAlloc
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | memalloc.h | 68 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | mapper.cpp | 67 int err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map() 79 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | memalloc.h | 69 virtual int map_buffer(void **pBase, unsigned int size,
|
H A D | mapper.cpp | 67 int ret = memalloc->map_buffer(&mappedAddress, size, in gralloc_map_metadata() 97 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
H A D | memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
H A D | mapper.cpp | 66 int err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map() 78 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
|
H A D | ionalloc.cpp | 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) in map_buffer() function in IonAlloc
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
H A D | memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
H A D | mapper.cpp | 67 int err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map() 79 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
|
H A D | ionalloc.cpp | 139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer() function in IonAlloc
|