HomeSort by relevance Sort by last modified time
    Searched defs:map_buffer (Results 1 - 11 of 11) sorted by null

  /system/core/libmemunreachable/
ProcessMappings.cpp 31 char map_buffer[1024]; local
32 snprintf(map_buffer, sizeof(map_buffer), "/proc/%d/maps", pid);
33 android::base::unique_fd fd(open(map_buffer, O_RDONLY));
38 LineBuffer line_buf(fd, map_buffer, sizeof(map_buffer));
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) function in class:IonAlloc
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, function in class:IonAlloc
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) function in class:IonAlloc
  /system/extras/memory_replay/
NativeInfo.cpp 34 static char map_buffer[65535]; local
35 LineBuffer line_buf(smaps_fd, map_buffer, sizeof(map_buffer));
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.cpp 144 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, function in class:IonAlloc
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.cpp 150 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, function in class:IonAlloc
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.cpp 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, function in class:IonAlloc
  /hardware/qcom/display/msmcobalt/libgralloc/
ionalloc.cpp 141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, function in class:IonAlloc
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 88 static int map_buffer(cb_handle_t *cb, void **vaddr) function
340 int err = map_buffer(cb, &vaddr);
605 int err = map_buffer(cb, &vaddr);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 94 void *map_buffer; member in struct:radeon_renderbuffer

Completed in 9340 milliseconds