Home
last modified time | relevance | path

Searched refs:dumpStr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp202 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()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1709 String dumpStr = nativeDump(mPtr); in dump() local
1710 if (dumpStr != null) { in dump()
1711 pw.println(dumpStr); in dump()