Searched refs:dumpStr (Results 1 – 2 of 2) sorted by relevance
202 char dumpStr[1024] = {0}; in estimateBandwidth()205 sprintf(dumpStr, "estimate bps=%d stable=%d history (n=%d): {", in estimateBandwidth()210 sprintf(dumpStr + strlen(dumpStr), in estimateBandwidth()214 sprintf(dumpStr + strlen(dumpStr), "%dk/%.3fs%s", in estimateBandwidth()220 ALOGE(dumpStr); in estimateBandwidth()
1709 String dumpStr = nativeDump(mPtr); in dump() local1710 if (dumpStr != null) { in dump()1711 pw.println(dumpStr); in dump()