Searched refs:mapSize (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 47 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/ |
D | MediaMuxer.java | 284 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/ |
D | WebmElement.cpp | 119 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/ |
D | EglManager.h | 54 void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
|
D | EglManager.cpp | 151 int64_t* map, size_t mapSize) { in setTextureAtlas() argument 162 mAtlasMapSize = mapSize; in setTextureAtlas()
|
D | CanvasContext.h | 102 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
|
D | CanvasContext.cpp | 403 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/ |
D | ResourceTypes.cpp | 6492 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/ |
D | InputReader.cpp | 119 const int32_t map[][4], size_t mapSize) { in rotateValueUsingRotationMap() argument 121 for (size_t i = 0; i < mapSize; i++) { in rotateValueUsingRotationMap()
|