Searched refs:munmap (Results 1 – 20 of 20) 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 | 100 bool munmap(void* pMemBuffer, size_t pLength);
|
D | FileSystem.h | 108 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 | 199 bool FileHandle::munmap(void* pMemBuffer, size_t pLength) 206 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/base/core/jni/ |
D | android_os_MemoryFile.cpp | 58 int result = munmap((void *)addr, length); in android_os_MemoryFile_munmap()
|
D | android_database_SQLiteConnection.cpp | 530 munmap(ptr, length); in createAshmemRegionWithData()
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 159 munmap(mBase, mSize); in dispose()
|
D | IMemory.cpp | 252 munmap(mBase, mSize); in ~BpMemoryHeap()
|
D | Parcel.cpp | 816 ::munmap(ptr, len); in writeBlob() 1654 ::munmap(mData, mSize); in release()
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 199 munmap((void *)mapbase, mapsize); in main()
|
/frameworks/compile/mclinker/lib/Support/ |
D | Space.cpp | 169 if (!pHandler.munmap(pSpace->memory(), pSpace->size())) in Release()
|
/frameworks/rs/cpu_ref/linkloader/ |
D | main.cpp | 253 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/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 869 if (mBuf) munmap(mBuf, mBufSize); in preLaunch() 905 if (mBuf) munmap(mBuf, mBufSize); in ~RsdCpuScriptIntrinsicColorMatrix()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 132 munmap(bs->mapped, bs->mapsize); in binder_close()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 849 ok = munmap(ptr, statbuf.st_size); in TestDecToBuffQueue()
|