/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.h | 50 virtual int unmap_buffer(void *base, unsigned int size,
|
D | memalloc.h | 72 virtual int unmap_buffer(void *base, unsigned int size,
|
D | ionalloc.cpp | 145 err = unmap_buffer(base, size, offset); in free_buffer() 176 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() function in IonAlloc
|
D | mapper.cpp | 117 err = memalloc->unmap_buffer(base, size, hnd->offset); in gralloc_unmap() 123 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata); in gralloc_unmap()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | ionalloc.h | 50 virtual int unmap_buffer(void *base, unsigned int size,
|
D | memalloc.h | 72 virtual int unmap_buffer(void *base, unsigned int size,
|
D | ionalloc.cpp | 135 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
|
D | mapper.cpp | 105 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/msm8974/libgralloc/ |
D | ionalloc.h | 50 virtual int unmap_buffer(void *base, size_t size,
|
D | memalloc.h | 72 virtual int unmap_buffer(void *base, size_t size,
|
D | ionalloc.cpp | 139 err = unmap_buffer(base, size, offset); in free_buffer() 168 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer() function in IonAlloc
|
D | mapper.cpp | 101 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/msm8960/libgralloc/ |
D | ionalloc.h | 50 virtual int unmap_buffer(void *base, size_t size,
|
D | memalloc.h | 72 virtual int unmap_buffer(void *base, size_t size,
|
D | ionalloc.cpp | 138 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
|
D | mapper.cpp | 101 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/ |
D | ionalloc.h | 50 virtual int unmap_buffer(void *base, size_t size,
|
D | memalloc.h | 72 virtual int unmap_buffer(void *base, size_t size,
|
D | ionalloc.cpp | 134 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
|
D | mapper.cpp | 105 err = memalloc->unmap_buffer(base, size, hnd->offset); in gralloc_unmap() 111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata); in gralloc_unmap()
|