Home
last modified time | relevance | path

Searched refs:Unmap (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.h28 virtual int Unmap() = 0;
67 int Unmap() override { return 0; } in Unmap() function
88 int Unmap() override;
111 int Unmap() override;
Dframe_buffer.cpp73 if (Unmap()) { in ~V4L2FrameBuffer()
94 int V4L2FrameBuffer::Unmap() { in Unmap() function in arc::V4L2FrameBuffer
125 if (Unmap()) { in ~GrallocFrameBuffer()
177 int GrallocFrameBuffer::Unmap() { in Unmap() function in arc::GrallocFrameBuffer