Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp197 char dumpStr[1024] = {0}; in estimateBandwidth()
200 sprintf(dumpStr, "estimate bps=%d stable=%d history (n=%d): {", in estimateBandwidth()
205 sprintf(dumpStr + strlen(dumpStr), in estimateBandwidth()
209 sprintf(dumpStr + strlen(dumpStr), "%dk/%.3fs%s", in estimateBandwidth()
215 ALOGE(dumpStr); in estimateBandwidth()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1797 String dumpStr = nativeDump(mPtr); in dump() local
1798 if (dumpStr != null) { in dump()
1799 pw.println(dumpStr); in dump()