Searched refs:munmap (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp45 munmap(buf, buf_size);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h98 bool munmap(void* pMemBuffer, size_t pLength);
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp264 bool FileHandle::munmap(void* pMemBuffer, size_t pLength) function in class:FileHandle
271 if (-1 == ::munmap(pMemBuffer, pLength)) {
H A DSpace.cpp147 if (!pHandler.munmap(pSpace->memory(), pSpace->size()))
174 // calling ::munmap
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp192 munmap((void *)mapbase, mapsize);
/frameworks/base/core/jni/
H A Dandroid_os_MemoryFile.cpp58 int result = munmap((void *)addr, length);
60 jniThrowException(env, "java/io/IOException", "munmap failed");
H A Dandroid_database_SQLiteConnection.cpp529 munmap(ptr, length);
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp158 //ALOGD("munmap(fd=%d, base=%p, size=%lu)", fd, mBase, mSize);
159 munmap(mBase, mSize);
H A DIMemory.cpp254 munmap(mBase, mSize);
H A DParcel.cpp778 ::munmap(ptr, len);
1574 ::munmap(mData, mSize);
/frameworks/native/libs/utils/
H A DFileMap.cpp66 if (mBasePtr && munmap(mBasePtr, mBaseLength) != 0) {
67 ALOGD("munmap(%p, %d) failed\n", mBasePtr, (int) mBaseLength);
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp39 ::munmap(mData, mSize);
76 ::munmap(data, size);
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp345 munmap(buf, fileSize);
350 munmap(buf, fileSize);
/frameworks/compile/linkloader/
H A Dmain.cpp253 munmap((void *)image, size);
/frameworks/base/cmds/servicemanager/
H A Dbinder.c132 munmap(bs->mapped, bs->mapsize);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp849 ok = munmap(ptr, statbuf.st_size);

Completed in 182 milliseconds