HomeSort by relevance Sort by last modified time
    Searched refs:unmap_buffer (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, size_t size,
memalloc.h 72 virtual int unmap_buffer(void *base, size_t size,
ionalloc.cpp 134 err = unmap_buffer(base, size, offset);
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) function in class:IonAlloc
mapper.cpp 105 err = memalloc->unmap_buffer(base, size, hnd->offset);
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 72 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 135 err = unmap_buffer(base, size, offset);
165 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
mapper.cpp 105 err = memalloc->unmap_buffer(base, size, hnd->offset);
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 72 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 139 err = unmap_buffer(base, size, offset);
170 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
mapper.cpp 117 err = memalloc->unmap_buffer(base, size, hnd->offset);
123 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, size_t size,
memalloc.h 72 virtual int unmap_buffer(void *base, size_t size,
ionalloc.cpp 138 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) function in class:IonAlloc
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 72 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 145 err = unmap_buffer(base, size, offset);
176 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 73 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 135 err = unmap_buffer(base, size, offset);
166 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msmcobalt/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 73 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 136 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 195 static void unmap_buffer(private_handle_t *hnd) function
260 unmap_buffer(hnd);
365 unmap_buffer(hnd);

Completed in 430 milliseconds

1 2