Home
last modified time | relevance | path

Searched refs:map_buffer (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/memory/libmemunreachable/
H A DProcessMappings.cpp45 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 Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmemalloc.h69 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmapper.cpp67 int ret = memalloc->map_buffer(&mappedAddress, size, in gralloc_map_metadata()
97 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
H A Dionalloc.cpp141 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 Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmemalloc.h68 virtual int map_buffer(void **pBase, unsigned int size,
H A Dionalloc.cpp152 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 Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmemalloc.h69 virtual int map_buffer(void **pBase, unsigned int size,
H A Dionalloc.cpp146 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 Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmemalloc.h68 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmapper.cpp67 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 Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmemalloc.h69 virtual int map_buffer(void **pBase, unsigned int size,
H A Dmapper.cpp67 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 Dionalloc.h47 virtual int map_buffer(void **pBase, size_t size,
H A Dmemalloc.h68 virtual int map_buffer(void **pBase, size_t size,
H A Dmapper.cpp66 int err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
78 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
H A Dionalloc.cpp143 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 Dionalloc.h47 virtual int map_buffer(void **pBase, size_t size,
H A Dmemalloc.h68 virtual int map_buffer(void **pBase, size_t size,
H A Dmapper.cpp67 int err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
79 err = memalloc->map_buffer(&mappedAddress, size, in gralloc_map()
H A Dionalloc.cpp139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer() function in IonAlloc

12