Home
last modified time | relevance | path

Searched refs:IonAlloc (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.cpp42 using gralloc::IonAlloc;
46 int IonAlloc::open_device() in open_device()
60 void IonAlloc::close_device() in close_device()
67 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
122 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
166 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer()
180 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h47 class IonAlloc; variable
84 IonAlloc* mIonAlloc;
Dalloc_controller.cpp436 mIonAlloc = new IonAlloc(); in allocateIonMem()
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp42 using gralloc::IonAlloc;
46 int IonAlloc::open_device() in open_device()
60 void IonAlloc::close_device() in close_device()
67 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
132 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
150 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
176 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer()
190 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h36 class IonAlloc; variable
67 IonAlloc* mIonAlloc;
Dalloc_controller.cpp367 mIonAlloc = new IonAlloc(); in allocateIonMem()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device() in open_device()
58 void IonAlloc::close_device() in close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) in free_buffer()
139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer()
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) in unmap_buffer()
175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h36 class IonAlloc; variable
67 IonAlloc* mIonAlloc;
Dalloc_controller.cpp282 mIonAlloc = new IonAlloc(); in IonController()
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device() in open_device()
58 void IonAlloc::close_device() in close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
165 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer()
178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h36 class IonAlloc; variable
67 IonAlloc* mIonAlloc;
Dalloc_controller.cpp279 mIonAlloc = new IonAlloc(); in allocateIonMem()
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.cpp42 using gralloc::IonAlloc;
46 int IonAlloc::open_device() in open_device()
60 void IonAlloc::close_device() in close_device()
67 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
126 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
144 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
170 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer()
184 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h36 class IonAlloc; variable
67 IonAlloc* mIonAlloc;
Dalloc_controller.cpp292 mIonAlloc = new IonAlloc(); in allocateIonMem()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device() in open_device()
58 void IonAlloc::close_device() in close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data) in alloc_buffer()
127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) in free_buffer()
143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) in map_buffer()
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer()
179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) in clean_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; } in IonAlloc() function
58 ~IonAlloc() { close_device(); } in ~IonAlloc()
Dalloc_controller.h36 class IonAlloc; variable
67 IonAlloc* mIonAlloc;
Dalloc_controller.cpp176 mIonAlloc = new IonAlloc(); in IonController()