Searched refs:mapCount (Results 1 – 2 of 2) 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()
418 uint16_t mapCount = dtohs(*(data++)); in parseIdmap() local419 if (mapCount == 0) { in parseIdmap()424 if (mapCount > 255) { in parseIdmap()425 … ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap()