Searched refs:munmap (Results 1 – 23 of 23) sorted by relevance
/frameworks/rs/cpu_ref/linkloader/lib/ |
D | mmanWindows.cpp | 25 int munmap(void *, size_t) { in munmap() function
|
D | MemChunk.cpp | 56 munmap(buf, buf_size); in ~MemChunk()
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | mmanWindows.h | 36 extern int munmap(void *, size_t);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | FileHandle.h | 97 bool munmap(void* pMemBuffer, size_t pLength);
|
D | FileSystem.h | 105 int munmap(void *pAddr, size_t pLen);
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 341 munmap(buf, fileSize); in loadBlobCacheLocked() 346 munmap(buf, fileSize); in loadBlobCacheLocked()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 200 bool FileHandle::munmap(void* pMemBuffer, size_t pLength) 207 if (-1 == ::munmap(pMemBuffer, pLength)) {
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 40 ::munmap(mData, mSize); in ~CursorWindow() 77 ::munmap(data, size); in create()
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 145 munmap(mBase, mSize); in dispose()
|
D | IMemory.cpp | 252 munmap(mBase, mSize); in ~BpMemoryHeap()
|
D | Parcel.cpp | 870 ::munmap(ptr, len); in writeBlob() 1779 ::munmap(mData, mSize); in release()
|
/frameworks/base/core/jni/ |
D | android_os_MemoryFile.cpp | 59 int result = munmap(reinterpret_cast<void *>(addr), length); in android_os_MemoryFile_munmap()
|
D | android_database_SQLiteConnection.cpp | 530 munmap(ptr, length); in createAshmemRegionWithData()
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 200 munmap((void *)mapbase, mapsize); in main()
|
/frameworks/rs/cpu_ref/linkloader/ |
D | main.cpp | 251 munmap((void *)image, size); in close_mmap_file()
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 165 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
|
/frameworks/base/cmds/idmap/ |
D | inspect.cpp | 29 munmap(const_cast<char*>(buf_), len_); in ~IdmapBuffer()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmElement.cpp | 129 return ::munmap(dst, mapSize); in write()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 972 if (mBuf) munmap(mBuf, mBufSize); in preLaunch() 1030 if (mBuf) munmap(mBuf, mBufSize); in ~RsdCpuScriptIntrinsicColorMatrix()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 138 munmap(bs->mapped, bs->mapsize); in binder_close()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 849 ok = munmap(ptr, statbuf.st_size); in TestDecToBuffQueue()
|
/frameworks/base/api/ |
D | system-current.txt | 29302 method public static void munmap(long, long) throws android.system.ErrnoException;
|
D | current.txt | 27591 method public static void munmap(long, long) throws android.system.ErrnoException;
|