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