Home
last modified time | relevance | path

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

12345

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c311 goto unmap; in test_mlock_lock()
315 goto unmap; in test_mlock_lock()
320 goto unmap; in test_mlock_lock()
325 unmap: in test_mlock_lock()
420 goto unmap; in test_mlock_onfault()
424 goto unmap; in test_mlock_onfault()
433 goto unmap; in test_mlock_onfault()
437 unmap: in test_mlock_onfault()
465 goto unmap; in test_lock_onfault_of_present()
476 goto unmap; in test_lock_onfault_of_present()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSharedMemoryTest.java56 SharedMemory.unmap(fooBuf); in mapReadWrite_shouldPersistWritesAcrossUnmap()
98 SharedMemory.unmap(ByteBuffer.allocate(4)); in unmap_shouldRejectUnknownByteBuffer()
110 SharedMemory.unmap(fooBuf); in unmap_shouldTolerateDoubleUnmap()
111 SharedMemory.unmap(fooBuf); in unmap_shouldTolerateDoubleUnmap()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/
Dtest3-1m22 unmap foo
23 unmap bar
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DSharedBufferHandleImpl.java57 public void unmap(ByteBuffer buffer) { in unmap() method in SharedBufferHandleImpl
58 mCore.unmap(buffer); in unmap()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-mpm-2shm-1m23 unmap foo
24 unmap bar
Dtest-lazy-2shm-1m25 unmap foo
26 unmap bar
/external/selinux/libselinux/src/
Dload_policy.c214 goto unmap; in selinux_mkload_policy()
217 goto unmap; in selinux_mkload_policy()
223 goto unmap; in selinux_mkload_policy()
267 goto unmap; in selinux_mkload_policy()
292 unmap: in selinux_mkload_policy()
/external/libxcam/modules/soft/
Dsoft_video_buf_allocator.cpp37 virtual bool unmap ();
67 VideoMemData::unmap () in unmap() function in XCam::VideoMemData
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap12.c123 goto unmap; in verify_mmap()
129 unmap: in verify_mmap()
/external/libxcam/xcore/
Dimage_file_handle.cpp66 buf->unmap (); in read_buf()
92 buf->unmap (); in write_buf()
Dbuffer_pool.h40 virtual bool unmap () = 0;
63 virtual bool unmap ();
Dbuffer_pool.cpp54 BufferProxy::unmap () in unmap() function in XCam::BufferProxy
57 return _data->unmap (); in unmap()
Dsmart_buffer_priv.cpp77 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv()
121 buf->_buf_ptr->unmap (); in buf_unmap()
Ddma_video_buffer.h38 virtual bool unmap ();
/external/libxcam/xcore/base/
Dxcam_buffer.h108 void (*unmap) (XCamVideoBuffer *); member
122 #define xcam_video_buffer_unmap(buf) (buf)->unmap(buf)
/external/libxcam/modules/ocl/
Dcl_video_buffer.cpp37 unmap (); in ~CLVideoBufferData()
64 CLVideoBufferData::unmap () in unmap() function in XCam::CLVideoBufferData
Dcl_utils.cpp181 buf->unmap (); in convert_nv12_mem_to_video_buffer()
390 top_view_buf->unmap(); in sample_generate_top_view()
391 stitch_buf->unmap(); in sample_generate_top_view()
428 rectified_view_buf->unmap(); in sample_generate_rectified_view()
429 stitch_buf->unmap(); in sample_generate_rectified_view()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h131 void (*unmap)( struct pb_buffer *buf ); member
180 buf->vtbl->unmap(buf); in pb_unmap()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME54 Use map/unmap to attach/detach
65 unmap <seg-name> - unmap specified segment, but remember name/size/...
/external/swiftshader/src/OpenGL/libGLES_CM/
DIndexDataManager.cpp133 streamingBuffer->unmap(); in prepareIndexData()
198 void StreamingIndexBuffer::unmap() in unmap() function in es1::StreamingIndexBuffer
DIndexDataManager.h44 void unmap();
/external/skia/tests/
DTransferPixelsTest.cpp94 buffer->unmap(); in basic_transfer_test()
157 buffer->unmap(); in basic_transfer_test()
/external/skqp/tests/
DTransferPixelsTest.cpp97 buffer->unmap(); in basic_transfer_test()
160 buffer->unmap(); in basic_transfer_test()
/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp322 streamingBuffer->unmap(); in prepareIndexData()
348 streamingBuffer->unmap(); in prepareIndexData()
417 void StreamingIndexBuffer::unmap() in unmap() function in es2::StreamingIndexBuffer
/external/libxcam/tests/
Dtest_inline.h48 buf->unmap (); in ensure_gpu_buffer_done()

12345