HomeSort by relevance Sort by last modified time
    Searched defs:MapBuffer (Results 1 - 14 of 14) 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 254 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
261 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base), hnd->size, hnd->offset,
267 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base_metadata), size,
326 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 257 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
262 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base), hnd->size, hnd->offset,
314 err = MapBuffer(hnd);
gr_allocator.cpp 122 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
124 return ion_allocator_->MapBuffer(base, size, offset, fd);
  /hardware/qcom/display/sdm845/libgralloc1/
gr_ion_alloc.cpp 134 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
gr_allocator.cpp 116 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) {
118 return ion_allocator_->MapBuffer(base, size, offset, fd);
gr_buf_mgr.cpp 258 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
265 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base), hnd->size, hnd->offset,
271 if (allocator_->MapBuffer(reinterpret_cast<void **>(&hnd->base_metadata), size,
298 err = MapBuffer(hnd);
344 err = MapBuffer(hnd);
  /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 199 milliseconds