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: %d allocSize: %d allocInfoSize: %d totalMemory: %d",
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.cpp157 int64_t* map, size_t mapSize) {
168 mAtlasMapSize = mapSize;
156 setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) argument
H A DCanvasContext.cpp373 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) {
374 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
372 setTextureAtlas(RenderThread& thread, const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) argument
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp119 off64_t mapSize = curOff - alignedOff; local
121 void *dst = ::mmap64(NULL, mapSize, PROT_WRITE, MAP_SHARED, fd, alignedOff);
128 ::msync(dst, mapSize, MS_SYNC);
129 return ::munmap(dst, mapSize);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp104 const int32_t map[][4], size_t mapSize) {
106 for (size_t i = 0; i < mapSize; i++) {
103 rotateValueUsingRotationMap(int32_t value, int32_t orientation, const int32_t map[][4], size_t mapSize) argument

Completed in 72 milliseconds