Searched defs:mapSize (Results 1 - 3 of 3) 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/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.cpp120 const int32_t map[][4], size_t mapSize) {
122 for (size_t i = 0; i < mapSize; i++) {
151 const int32_t map[][2], size_t mapSize) {
153 for (size_t i = 0; i < mapSize; i++) {
119 rotateValueUsingRotationMap(int32_t value, int32_t orientation, const int32_t map[][4], size_t mapSize) argument
150 rotateStemKey(int32_t value, int32_t orientation, const int32_t map[][2], size_t mapSize) argument

Completed in 724 milliseconds