Searched refs:unmap (Results 1 - 25 of 29) sorted by relevance

12

/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBufferMapper.cpp41 bool PnwGrallocBufferMapper::unmap() function in class:android::intel::PnwGrallocBufferMapper
43 //TODO: implement unmap
H A DPnwGrallocBufferMapper.h32 bool unmap();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngGrallocBufferMapper.h33 bool unmap();
H A DTngGrallocBufferMapper.cpp169 bool TngGrallocBufferMapper::unmap() function in class:android::intel::TngGrallocBufferMapper
188 ETRACE("failed to unmap. err = %d", err);
256 ETRACE("failed to unmap. err = %d", err);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DTTMBufferMapper.h32 bool unmap();
H A DGrallocBufferMapperBase.h32 virtual bool unmap() = 0;
H A DTTMBufferMapper.cpp79 bool TTMBufferMapper::unmap() function in class:android::intel::TTMBufferMapper
H A DOverlayPlaneBase.cpp466 mapper->unmap();
492 // unmap it
493 mapper->unmap();
515 // unmap the first entry (oldest buffer)
537 // unmap it
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBufferMapper.h32 bool unmap();
H A DTngGrallocBufferMapper.cpp169 bool TngGrallocBufferMapper::unmap() function in class:android::intel::TngGrallocBufferMapper
188 ELOGTRACE("failed to unmap. err = %d", err);
256 ELOGTRACE("failed to unmap. err = %d", err);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DBufferMapper.h51 // unmap the give buffer from both DC & CPU MMU
52 virtual bool unmap() = 0;
H A DBufferManager.h51 // map/unmap a data buffer into/from display memory
53 void unmap(BufferMapper *mapper);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DGrallocBufferMapperBase.h32 virtual bool unmap() = 0;
H A DTTMBufferMapper.h32 bool unmap();
H A DTTMBufferMapper.cpp79 bool TTMBufferMapper::unmap() function in class:android::intel::TTMBufferMapper
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DBufferMapper.h51 // unmap the give buffer from both DC & CPU MMU
52 virtual bool unmap() = 0;
H A DBufferManager.h51 // map/unmap a data buffer into/from display memory
53 void unmap(BufferMapper *mapper);
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp78 // unmap & delete all cached buffer mappers
81 mapper->unmap();
91 mapper->unmap();
188 mapper->unmap();
194 void BufferManager::unmap(BufferMapper *mapper) function in class:android::intel::BufferManager
202 // unmap & remove this mapper from buffer when refCount = 0
209 mapper->unmap();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferManager.cpp78 // unmap & delete all cached buffer mappers
81 mapper->unmap();
91 mapper->unmap();
188 mapper->unmap();
194 void BufferManager::unmap(BufferMapper *mapper) function in class:android::intel::BufferManager
202 // unmap & remove this mapper from buffer when refCount = 0
209 mapper->unmap();
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlane.cpp251 bm->unmap(mapper);
277 // unmap the first entry (oldest buffer)
280 bm->unmap(oldest);
304 // unmap it
305 bm->unmap(mapper);
321 bm->unmap(mapper);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlane.cpp270 bm->unmap(mapper);
294 // unmap the first entry (oldest buffer)
297 bm->unmap(oldest);
319 // unmap it
320 bm->unmap(mapper);
336 bm->unmap(mapper);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mallocpool.c172 pool->unmap = &pool_unmap;
H A Dwsbm_pool.h59 void (*unmap) (struct _WsbmBufStorage * buf); member in struct:_WsbmBufferPool
H A Dwsbm_manager.c389 storage->pool->unmap(storage);
602 curPool->unmap(storage);
790 pool->unmap(newBuf->storage);
791 pool->unmap(buf->storage);
797 buf->pool->unmap(buf->storage);
868 pool->unmap(storage);
895 pool->unmap(storage);
H A Dwsbm_ttmpool.c360 * mmaps are expensive, so we only really unmap if
511 pool->unmap = &pool_unmap;

Completed in 1265 milliseconds

12