Searched refs:unmap_buffer (Results 1 - 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
H A Dmemalloc.h72 virtual int unmap_buffer(void *base, unsigned int size,
H A Dionalloc.cpp135 err = unmap_buffer(base, size, offset);
165 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
H A Dmapper.cpp105 err = memalloc->unmap_buffer(base, size, hnd->offset);
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
/hardware/qcom/display/msm8909/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
H A Dmemalloc.h72 virtual int unmap_buffer(void *base, unsigned int size,
H A Dionalloc.cpp139 err = unmap_buffer(base, size, offset);
170 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
H A Dmapper.cpp117 err = memalloc->unmap_buffer(base, size, hnd->offset);
123 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, size_t size,
H A Dmemalloc.h72 virtual int unmap_buffer(void *base, size_t size,
H A Dionalloc.cpp138 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) function in class:IonAlloc
H A Dmapper.cpp101 err = memalloc->unmap_buffer(base, size, hnd->offset);
107 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
/hardware/qcom/display/msm8994/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
H A Dmemalloc.h72 virtual int unmap_buffer(void *base, unsigned int size,
H A Dionalloc.cpp145 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/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
H A Dmemalloc.h73 virtual int unmap_buffer(void *base, unsigned int size,
H A Dionalloc.cpp135 err = unmap_buffer(base, size, offset);
166 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
/hardware/qcom/display/msm8998/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
H A Dmemalloc.h73 virtual int unmap_buffer(void *base, unsigned int size,
H A Dionalloc.cpp136 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.h50 virtual int unmap_buffer(void *base, size_t size,
H A Dmemalloc.h72 virtual int unmap_buffer(void *base, size_t size,
H A Dionalloc.cpp134 err = unmap_buffer(base, size, offset);
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) function in class:IonAlloc
H A Dmapper.cpp105 err = memalloc->unmap_buffer(base, size, hnd->offset);
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);

Completed in 1092 milliseconds

12