Searched refs:IonAlloc (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.h39 class IonAlloc : public IMemAlloc { class in namespace:gralloc
56 IonAlloc() { mIonFd = FD_INIT; } function in class:gralloc::IonAlloc
58 ~IonAlloc() { close_device(); }
H A Dalloc_controller.h36 class IonAlloc;
67 IonAlloc* mIonAlloc;
H A Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device()
58 void IonAlloc::close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data)
123 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd)
139 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd)
163 int IonAlloc::unmap_buffer(void *base, size_t size, int offset)
175 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op)
H A Dalloc_controller.cpp274 mIonAlloc = new IonAlloc();
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h39 class IonAlloc : public IMemAlloc { class in namespace:gralloc
56 IonAlloc() { mIonFd = FD_INIT; } function in class:gralloc::IonAlloc
58 ~IonAlloc() { close_device(); }
H A Dalloc_controller.h36 class IonAlloc;
67 IonAlloc* mIonAlloc;
H A Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device()
58 void IonAlloc::close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data)
127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd)
143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd)
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset)
179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op)
H A Dalloc_controller.cpp174 mIonAlloc = new IonAlloc();
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.h39 class IonAlloc : public IMemAlloc { class in namespace:gralloc
56 IonAlloc() { mIonFd = FD_INIT; } function in class:gralloc::IonAlloc
58 ~IonAlloc() { close_device(); }
H A Dalloc_controller.h36 class IonAlloc;
67 IonAlloc* mIonAlloc;
H A Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device()
58 void IonAlloc::close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data)
128 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd)
144 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd)
168 int IonAlloc::unmap_buffer(void *base, size_t size, int offset)
180 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op)
H A Dalloc_controller.cpp186 mIonAlloc = new IonAlloc();
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.h39 class IonAlloc : public IMemAlloc { class in namespace:gralloc
56 IonAlloc() { mIonFd = FD_INIT; } function in class:gralloc::IonAlloc
58 ~IonAlloc() { close_device(); }
H A Dalloc_controller.h36 class IonAlloc;
67 IonAlloc* mIonAlloc;
H A Dionalloc.cpp40 using gralloc::IonAlloc;
44 int IonAlloc::open_device()
58 void IonAlloc::close_device()
65 int IonAlloc::alloc_buffer(alloc_data& data)
123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd)
139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd)
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/)
175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op)
H A Dalloc_controller.cpp279 mIonAlloc = new IonAlloc();

Completed in 101 milliseconds