HomeSort by relevance Sort by last modified time
    Searched defs:MapBuffer (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 124 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
gr_buf_mgr.cpp 249 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
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);
gr_allocator.cpp 124 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
126 return ion_allocator_->MapBuffer(base, size, offset, fd);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.cpp 134 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
gr_buf_mgr.cpp 208 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
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);
gr_allocator.cpp 124 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
126 return ion_allocator_->MapBuffer(base, size, offset, fd);
  /external/libmojo/mojo/edk/system/
dispatcher.cc 55 MojoResult Dispatcher::MapBuffer(
shared_buffer_dispatcher.cc 217 MojoResult SharedBufferDispatcher::MapBuffer(
core.cc 950 MojoResult Core::MapBuffer(MojoHandle buffer_handle,
    [all...]
  /external/libmojo/mojo/public/c/system/
thunks.h 100 MojoResult (*MapBuffer)(MojoHandle buffer_handle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 503 PLSA_MAP_BUFFER MapBuffer;
    [all...]

Completed in 6471 milliseconds