Searched defs:unmap (Results 1 - 11 of 11) sorted by path

/hardware/google/av/codec2/vndk/
H A DC2AllocatorGralloc.cpp251 virtual c2_status_t unmap(
303 unmap(addr, C2Rect(), nullptr);
512 c2_status_t C2AllocationGralloc::unmap( function in class:android::__anon223::C2AllocationGralloc
H A DC2AllocatorIon.cpp129 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fenceFd) override;
236 // actually unmap, so we end up remapping an ion buffer multiple times.
290 c2_status_t unmap(void *addr, size_t size, C2Fence *fence) { function in class:android::C2AllocationIon::Impl
292 ALOGD("tried to unmap unmapped buffer");
312 ALOGD("unmap failed to find specified map");
372 c2_status_t C2AllocationIon::unmap(void *addr, size_t size, C2Fence *fence) { function in class:android::C2AllocationIon
373 return mImpl->unmap(addr, size, fence);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_pool.h59 void (*unmap) (struct _WsbmBufStorage * buf); member in struct:_WsbmBufferPool
/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/merrifield/ips/common/
H A DTTMBufferMapper.cpp79 bool TTMBufferMapper::unmap() function in class:android::intel::TTMBufferMapper
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBufferMapper.cpp41 bool PnwGrallocBufferMapper::unmap() function in class:android::intel::PnwGrallocBufferMapper
43 //TODO: implement unmap
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
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/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/ips/common/
H A DTTMBufferMapper.cpp79 bool TTMBufferMapper::unmap() function in class:android::intel::TTMBufferMapper
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
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/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp62 int V4L2Frame::unmap() { function in class:android::hardware::camera::device::V3_4::implementation::V4L2Frame
65 ALOGV("%s: V4L unmap data %p size %zu", __FUNCTION__, mData, mDataSize);
67 ALOGE("%s: V4L2 buffer unmap failed: %s", __FUNCTION__, strerror(errno));
76 unmap();

Completed in 142 milliseconds