Searched refs:mapCount (Results 1 – 3 of 3) sorted by relevance
77 int mapCount = in.readInt(); in ServiceInfo() local78 if (mapCount > MAP_LIMIT || mapCount < 0) { in ServiceInfo()79 throw new RuntimeException("bad map length" + mapCount); in ServiceInfo()81 names = new HashMap(mapCount); in ServiceInfo()82 while (mapCount-- > 0) { in ServiceInfo()
86 int mapCount = 0; in GetAshmemMappingsCount() local89 ++mapCount; in GetAshmemMappingsCount()92 return mapCount; in GetAshmemMappingsCount()
376 uint16_t mapCount = dtohs(*(data++)); in parseIdmap() local377 if (mapCount == 0) { in parseIdmap()382 if (mapCount > 255) { in parseIdmap()383 … ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap()