Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 23 of 23) 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.h97 bool munmap(void* pMemBuffer, size_t pLength);
DFileSystem.h105 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.inc200 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
207 if (-1 == ::munmap(pMemBuffer, pLength)) {
/frameworks/base/libs/androidfw/
DCursorWindow.cpp40 ::munmap(mData, mSize); in ~CursorWindow()
77 ::munmap(data, size); in create()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp145 munmap(mBase, mSize); in dispose()
DIMemory.cpp252 munmap(mBase, mSize); in ~BpMemoryHeap()
DParcel.cpp870 ::munmap(ptr, len); in writeBlob()
1779 ::munmap(mData, mSize); in release()
/frameworks/base/core/jni/
Dandroid_os_MemoryFile.cpp59 int result = munmap(reinterpret_cast<void *>(addr), length); in android_os_MemoryFile_munmap()
Dandroid_database_SQLiteConnection.cpp530 munmap(ptr, length); in createAshmemRegionWithData()
/frameworks/base/cmds/screencap/
Dscreencap.cpp200 munmap((void *)mapbase, mapsize); in main()
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp251 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/base/cmds/idmap/
Dinspect.cpp29 munmap(const_cast<char*>(buf_), len_); in ~IdmapBuffer()
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp129 return ::munmap(dst, mapSize); in write()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp972 if (mBuf) munmap(mBuf, mBufSize); in preLaunch()
1030 if (mBuf) munmap(mBuf, mBufSize); in ~RsdCpuScriptIntrinsicColorMatrix()
/frameworks/native/cmds/servicemanager/
Dbinder.c138 munmap(bs->mapped, bs->mapsize); in binder_close()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp849 ok = munmap(ptr, statbuf.st_size); in TestDecToBuffQueue()
/frameworks/base/api/
Dsystem-current.txt29302 method public static void munmap(long, long) throws android.system.ErrnoException;
Dcurrent.txt27591 method public static void munmap(long, long) throws android.system.ErrnoException;