Searched refs:strout (Results 1 – 2 of 2) sorted by relevance
85 std::stringstream strout; in dump() local86 dump(strout); in dump()87 ALOGD("%s", strout.str().c_str()); in dump()
84 LogcatStream strout; in output() local85 strout << "Root"; in output()86 output(strout, 0); in output()