Searched defs:mapSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp47 size_t mapSize; member in struct:Header
79 header.mapSize = maps.size();
85 ALOGD("*** mapSize: %zu allocSize: %zu allocInfoSize: %zu totalMemory: %zu",
86 header.mapSize, header.allocSize, header.allocInfoSize, header.totalMemory);
94 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp190 int64_t* map, size_t mapSize) {
201 mAtlasMapSize = mapSize;
189 setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) argument
H A DCanvasContext.cpp694 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) {
695 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
693 setTextureAtlas(RenderThread& thread, const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) argument
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp121 off64_t mapSize = curOff - alignedOff; local
123 void *dst = ::mmap64(NULL, mapSize, PROT_WRITE, MAP_SHARED, fd, alignedOff);
130 ::msync(dst, mapSize, MS_SYNC);
131 return ::munmap(dst, mapSize);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp119 const int32_t map[][4], size_t mapSize) {
121 for (size_t i = 0; i < mapSize; i++) {
118 rotateValueUsingRotationMap(int32_t value, int32_t orientation, const int32_t map[][4], size_t mapSize) argument

Completed in 1295 milliseconds