Home
last modified time | relevance | path

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

12

/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
Dmemalloc.h72 virtual int unmap_buffer(void *base, unsigned int size,
Dionalloc.cpp147 err = unmap_buffer(base, size, offset); in free_buffer()
178 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
Dmemalloc.h72 virtual int unmap_buffer(void *base, unsigned int size,
Dionalloc.cpp135 err = unmap_buffer(base, size, offset); in free_buffer()
165 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
Dmapper.cpp105 err = memalloc->unmap_buffer(base, size, hnd->offset); in gralloc_unmap()
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata); in gralloc_unmap()
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
Dmemalloc.h73 virtual int unmap_buffer(void *base, unsigned int size,
Dionalloc.cpp136 err = unmap_buffer(base, size, offset); in free_buffer()
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
Dmemalloc.h73 virtual int unmap_buffer(void *base, unsigned int size,
Dionalloc.cpp141 err = unmap_buffer(base, size, offset); in free_buffer()
172 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, unsigned int size,
Dmemalloc.h73 virtual int unmap_buffer(void *base, unsigned int size,
Dionalloc.cpp136 err = unmap_buffer(base, size, offset); in free_buffer()
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
Dmapper.cpp137 err = memalloc->unmap_buffer((void*)hnd->base, hnd->size, hnd->offset); in gralloc_unmap()
148 err = memalloc->unmap_buffer((void*)hnd->base_metadata, in gralloc_unmap()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, size_t size,
Dmemalloc.h72 virtual int unmap_buffer(void *base, size_t size,
Dionalloc.cpp138 err = unmap_buffer(base, size, offset); in free_buffer()
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer() function in IonAlloc
Dmapper.cpp101 err = memalloc->unmap_buffer(base, size, hnd->offset); in gralloc_unmap()
107 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata); in gralloc_unmap()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.h50 virtual int unmap_buffer(void *base, size_t size,
Dmemalloc.h72 virtual int unmap_buffer(void *base, size_t size,
Dionalloc.cpp134 err = unmap_buffer(base, size, offset); in free_buffer()
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) in unmap_buffer() function in IonAlloc
Dmapper.cpp105 err = memalloc->unmap_buffer(base, size, hnd->offset); in gralloc_unmap()
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata); in gralloc_unmap()

12