Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 20 of 20) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/lib/
DmmanWindows.cpp25 int munmap(void *, size_t) { in munmap() function
DMemChunk.cpp56 munmap(buf, buf_size); in ~MemChunk()
/frameworks/rs/cpu_ref/linkloader/include/
DmmanWindows.h36 extern int munmap(void *, size_t);
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h100 bool munmap(void* pMemBuffer, size_t pLength);
DFileSystem.h108 int munmap(void *pAddr, size_t pLen);
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp341 munmap(buf, fileSize); in loadBlobCacheLocked()
346 munmap(buf, fileSize); in loadBlobCacheLocked()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc199 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
206 if (-1 == ::munmap(pMemBuffer, pLength)) {
/frameworks/base/libs/androidfw/
DCursorWindow.cpp40 ::munmap(mData, mSize); in ~CursorWindow()
77 ::munmap(data, size); in create()
/frameworks/base/core/jni/
Dandroid_os_MemoryFile.cpp58 int result = munmap((void *)addr, length); in android_os_MemoryFile_munmap()
Dandroid_database_SQLiteConnection.cpp530 munmap(ptr, length); in createAshmemRegionWithData()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp159 munmap(mBase, mSize); in dispose()
DIMemory.cpp252 munmap(mBase, mSize); in ~BpMemoryHeap()
DParcel.cpp816 ::munmap(ptr, len); in writeBlob()
1654 ::munmap(mData, mSize); in release()
/frameworks/base/cmds/screencap/
Dscreencap.cpp199 munmap((void *)mapbase, mapsize); in main()
/frameworks/compile/mclinker/lib/Support/
DSpace.cpp169 if (!pHandler.munmap(pSpace->memory(), pSpace->size())) in Release()
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp253 munmap((void *)image, size); in close_mmap_file()
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc165 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp869 if (mBuf) munmap(mBuf, mBufSize); in preLaunch()
905 if (mBuf) munmap(mBuf, mBufSize); in ~RsdCpuScriptIntrinsicColorMatrix()
/frameworks/native/cmds/servicemanager/
Dbinder.c132 munmap(bs->mapped, bs->mapsize); in binder_close()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp849 ok = munmap(ptr, statbuf.st_size); in TestDecToBuffQueue()