Home
last modified time | relevance | path

Searched refs:CleanBuffer (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_ion_alloc.h71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.h56 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_ion_alloc.cpp183 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::IonAlloc
Dgr_allocator.cpp149 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::Allocator
151 return ion_allocator_->CleanBuffer(base, size, offset, handle, op); in CleanBuffer()
Dgr_buf_mgr.cpp329 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in LockBuffer()
355 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in UnlockBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_ion_alloc.h71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.h55 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.cpp140 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::Allocator
142 return ion_allocator_->CleanBuffer(base, size, offset, handle, op); in CleanBuffer()
Dgr_ion_alloc.cpp169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::IonAlloc
Dgr_buf_mgr.cpp332 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in LockBuffer()
358 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in UnlockBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_ion_alloc.h71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.h55 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.cpp140 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::Allocator
142 return ion_allocator_->CleanBuffer(base, size, offset, handle, op); in CleanBuffer()
Dgr_ion_alloc.cpp169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::IonAlloc
Dgr_buf_mgr.cpp333 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in LockBuffer()
361 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in UnlockBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_ion_alloc.h71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_allocator.h56 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
Dgr_ion_alloc.cpp169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::IonAlloc
Dgr_allocator.cpp148 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer() function in gralloc1::Allocator
150 return ion_allocator_->CleanBuffer(base, size, offset, handle, op); in CleanBuffer()
Dgr_buf_mgr.cpp341 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in LockBuffer()
367 if (allocator_->CleanBuffer(reinterpret_cast<void *>(hnd->base), hnd->size, hnd->offset, in UnlockBuffer()