HomeSort by relevance Sort by last modified time
    Searched full:unmap (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/libs/hwui/
PixelBuffer.cpp 39 void unmap();
65 void CpuPixelBuffer::unmap() { function in class:android::uirenderer::CpuPixelBuffer
88 void unmap();
122 void GpuPixelBuffer::unmap() { function in class:android::uirenderer::GpuPixelBuffer
138 // If the buffer is not mapped, unmap() will not bind it
140 unmap();
PixelBuffer.h 36 * a texture, you must first unmap the buffer. To do so, call the
37 * unmap() method.
86 * access mode can only be changed by calling unmap() first.
98 virtual void unmap() = 0;
117 * an unmap() if necessary.
  /external/valgrind/main/tests/
sys_mman.h 13 // Map a page, then unmap it, then return that address. That
  /external/icu4c/common/
udatamem.h 36 /* Only non-null if a close operation should unmap */
39 /* Only non-null if a close operation should unmap */
  /external/valgrind/main/none/tests/linux/
mremap3.c 10 /* first find free segment of 40K, then unmap it */
  /external/valgrind/main/none/tests/
map_unmap.c 23 /* unmap in pieces to exercise munmap more */
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 92 MC_MCP_CMD_UNMAP = 0x00000005, /**< Unmap a block of WSM from a session. */
319 /** @defgroup MCPUNMAP UNMAP
320 * Unmap a portion of world-shared memory from a session.
321 * The UNMAP command is used to unmap a previously mapped block of
328 /** Unmap Command */
337 /** Unmap Command Response */
358 mcpCmdUnmap_t cmdUnmap; /**< Unmap WSM from service context. */
359 mcpRspUnmap_t rspUnmap; /**< Response to UNMAP command. */
  /external/libffi/
acinclude.m4 33 # unmap any subset of those pages, the pages that were not
35 # 2. If you map two adjacent blocks of memory and then unmap them
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 49 // no unmap byte buffer
UTF16LECharsetDecoderTest.java 49 // no unmap byte buffer
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 45 /* Now close (== unmap) the array, so that exp-ptrcheck has to check
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 41 void unmap();
VertexDataManager.h 42 void unmap();
  /hardware/msm7k/libgralloc/
mapper.cpp 92 ALOGE("Could not unmap %s", strerror(errno));
130 // never unmap buffers that were created in this process
151 // this buffer was mapped, unmap it now
  /external/kernel-headers/original/asm-arm/
dma-mapping.h 82 * Free (and unmap) a DMA buffer previously allocated by
181 * dma_unmap_single - unmap a single buffer previously mapped
187 * Unmap a single streaming mode DMA translation. The handle and size
206 * dma_unmap_page - unmap a buffer previously mapped through dma_map_page()
212 * Unmap a single streaming mode DMA translation. The handle and size
272 * dma_unmap_sg - unmap a set of SG buffers mapped by dma_map_sg
278 * Unmap a set of streaming mode DMA translations.
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 92 ALOGE("Could not unmap %s", strerror(errno));
148 // never unmap buffers that were created in this process
173 // this buffer was mapped, unmap it now
  /hardware/qcom/display/libgralloc/
memalloc.h 71 // Unmap buffer
mapper.cpp 104 ALOGE("Could not unmap memory at address %p", base);
110 ALOGE("Could not unmap memory at address %p", base);
185 // this buffer was mapped, unmap it now
  /bionic/libc/stdlib/
atexit.c 161 * If called via exit(), unmap the pages since we have now run
163 * we don't unmap things prematurely if called recursively.
  /external/chromium/base/
shared_memory_win.cc 148 bool SharedMemory::Unmap() {
171 Unmap();
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 374 unmap(tag);
380 unmap(tag);
385 unmap(tag);
393 unmap(payload);
399 unmap(payload);
404 unmap(payload);
537 inline void JIT::unmap(RegisterID registerID) function in class:JSC::JIT
545 inline void JIT::unmap() function in class:JSC::JIT
  /hardware/libhardware/modules/gralloc/
mapper.cpp 76 ALOGE("Could not unmap %s", strerror(errno));
163 // this buffer was mapped, unmap it now
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.c 206 /* Unmap memory */
320 /* Unmap memory */
451 /* Unmap memory */
549 /* Unmap memory */
661 /* Unmap memory */
790 /* Unmap memory */
913 /* Unmap memory */
1027 /* Unmap memory */
  /external/openfst/src/lib/
mapped-file.cc 37 LOG(ERROR) << "failed to unmap region: "<< strerror(errno);
  /external/stlport/src/
fstream.cpp 60 // If we've mmapped part of the file already, then unmap it.

Completed in 2606 milliseconds

1 2 3 4 5 6 7