Home
last modified time | relevance | path

Searched refs:mapSize (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp47 size_t mapSize; member
79 header.mapSize = maps.size(); in DdmHandleNativeHeap_getLeakInfo()
86 header.mapSize, header.allocSize, header.allocInfoSize, header.totalMemory); in DdmHandleNativeHeap_getLeakInfo()
94 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize); in DdmHandleNativeHeap_getLeakInfo()
/frameworks/base/media/java/android/media/
DMediaMuxer.java284 int mapSize = formatMap.size(); in addTrack() local
285 if (mapSize > 0) { in addTrack()
286 keys = new String[mapSize]; in addTrack()
287 values = new Object[mapSize]; in addTrack()
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp119 off64_t mapSize = curOff - alignedOff; in write() local
121 void *dst = ::mmap64(NULL, mapSize, PROT_WRITE, MAP_SHARED, fd, alignedOff); in write()
128 ::msync(dst, mapSize, MS_SYNC); in write()
129 return ::munmap(dst, mapSize); in write()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h54 void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
DEglManager.cpp151 int64_t* map, size_t mapSize) { in setTextureAtlas() argument
162 mAtlasMapSize = mapSize; in setTextureAtlas()
DCanvasContext.h102 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
DCanvasContext.cpp403 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) { in setTextureAtlas() argument
404 thread.eglManager().setTextureAtlas(buffer, map, mapSize); in setTextureAtlas()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6492 const size_t mapSize = map.size(); in createIdmap() local
6495 *typeData++ = htods(mapSize); in createIdmap()
6496 for (size_t i = 0; i < mapSize; ++i) { in createIdmap()
/frameworks/native/services/inputflinger/
DInputReader.cpp119 const int32_t map[][4], size_t mapSize) { in rotateValueUsingRotationMap() argument
121 for (size_t i = 0; i < mapSize; i++) { in rotateValueUsingRotationMap()