Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp129 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fenceFd) override;
291 c2_status_t unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon::Impl
373 c2_status_t C2AllocationIon::unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon
374 return mImpl->unmap(addr, size, fence); in unmap()
DC2AllocatorGralloc.cpp280 virtual c2_status_t unmap(
330 unmap(addr, C2Rect(), nullptr); in ~C2AllocationGralloc()
558 c2_status_t C2AllocationGralloc::unmap( in unmap() function in android::C2AllocationGralloc
DC2Buffer.cpp283 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
313 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
872 mImpl->getAllocation()->unmap(mData, crop, nullptr); in Mapped()
897 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr); in ~Mapped()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h128 int unmap();
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp61 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame
75 unmap(); in ~V4L2Frame()
DExternalCameraDeviceSession.cpp2538 frame->unmap(); in enqueueV4l2Frame()
/hardware/google/av/codec2/include/
DC2Buffer.h802 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fence /* nullable */) = 0;
1772 virtual c2_status_t unmap(
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp279 ASSERT_EQ(C2_OK, mLinearAllocation->unmap(mAddr, mSize, nullptr)); in unmapLinear()
324 ASSERT_EQ(C2_OK, mGraphicAllocation->unmap(mAddrGraphic, mMappedRect, nullptr)); in unmapGraphic()