Lines Matching refs:IonAlloc
53 bool IonAlloc::Init() { in Init()
69 int IonAlloc::OpenIonDevice() { in OpenIonDevice()
73 void IonAlloc::CloseIonDevice() { in CloseIonDevice()
81 int IonAlloc::AllocBuffer(AllocData *data) { in AllocBuffer()
110 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
124 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer()
129 int IonAlloc::CleanBuffer(void */*base*/, unsigned int /*size*/, unsigned int /*offset*/, in CleanBuffer()
164 int IonAlloc::OpenIonDevice() { in OpenIonDevice()
168 void IonAlloc::CloseIonDevice() { in CloseIonDevice()
176 int IonAlloc::AllocBuffer(AllocData *data) { in AllocBuffer()
220 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
240 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer()
252 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op, in CleanBuffer()
294 int IonAlloc::OpenIonDevice() { in OpenIonDevice()
298 void IonAlloc::CloseIonDevice() { in CloseIonDevice()
301 int IonAlloc::AllocBuffer(AllocData * /*data*/) { in AllocBuffer()
305 int IonAlloc::FreeBuffer(void * /*base*/, unsigned int /*size*/, unsigned int /*offset*/, in FreeBuffer()
310 int IonAlloc::ImportBuffer(int /*fd*/) { in ImportBuffer()
314 int IonAlloc::CleanBuffer(void * /*base*/, unsigned int /*size*/, unsigned int /*offset*/, in CleanBuffer()
323 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
340 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer()