HomeSort by relevance Sort by last modified time
    Searched refs:IonAlloc (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.h 36 class IonAlloc;
67 IonAlloc* mIonAlloc;
ionalloc.h 39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; }
58 ~IonAlloc() { close_device(); }
ionalloc.cpp 38 #include "ionalloc.h"
40 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)
alloc_controller.cpp 36 #include "ionalloc.h"
279 mIonAlloc = new IonAlloc();
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.h 36 class IonAlloc;
67 IonAlloc* mIonAlloc;
ionalloc.h 39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; }
58 ~IonAlloc() { close_device(); }
ionalloc.cpp 38 #include "ionalloc.h"
40 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, unsigned int size, unsigned int offset,
140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
165 int IonAlloc::unmap_buffer(void *base, unsigned int size,
178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset,
alloc_controller.cpp 36 #include "ionalloc.h"
279 mIonAlloc = new IonAlloc();
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.h 36 class IonAlloc;
67 IonAlloc* mIonAlloc;
ionalloc.h 39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; }
58 ~IonAlloc() { close_device(); }
ionalloc.cpp 38 #include "ionalloc.h"
40 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)
alloc_controller.cpp 36 #include "ionalloc.h"
174 mIonAlloc = new IonAlloc();
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.h 36 class IonAlloc;
67 IonAlloc* mIonAlloc;
ionalloc.h 39 class IonAlloc : public IMemAlloc {
56 IonAlloc() { mIonFd = FD_INIT; }
58 ~IonAlloc() { close_device(); }
ionalloc.cpp 38 #include "ionalloc.h"
40 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)
alloc_controller.cpp 36 #include "ionalloc.h"
186 mIonAlloc = new IonAlloc();

Completed in 1986 milliseconds