Searched refs:MapBuffer (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_ion_alloc.h68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
H A Dgr_allocator.h53 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
H A Dgr_buf_mgr.h74 gralloc1_error_t MapBuffer(private_handle_t const *hnd);
H A Dgr_ion_alloc.cpp124 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { function in class:gralloc1::IonAlloc
H A Dgr_buf_mgr.cpp249 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) { function in class:gralloc1::BufferManager
256 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base), hnd->size, hnd->offset,
262 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base_metadata), size,
315 err = MapBuffer(hnd);
H A Dgr_allocator.cpp124 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { function in class:gralloc1::Allocator
126 return ion_allocator_->MapBuffer(base, size, offset, fd);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_ion_alloc.h68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
H A Dgr_allocator.h53 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
H A Dgr_buf_mgr.h73 gralloc1_error_t MapBuffer(private_handle_t const *hnd);
H A Dgr_buf_mgr.cpp208 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) { function in class:gralloc1::BufferManager
213 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base), hnd->size, hnd->offset,
219 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base_metadata), size,
239 if (MapBuffer(hnd) == GRALLOC1_ERROR_NONE) {
280 err = MapBuffer(hnd);
H A Dgr_ion_alloc.cpp134 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { function in class:gralloc1::IonAlloc
H A Dgr_allocator.cpp124 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { function in class:gralloc1::Allocator
126 return ion_allocator_->MapBuffer(base, size, offset, fd);
/hardware/intel/common/libva/va/
H A Dva.c316 CHECK_VTABLE(vaStatus, ctx, MapBuffer);

Completed in 637 milliseconds