Searched refs:dump_buf (Results 1 – 4 of 4) sorted by relevance
303 *dump_buf << " Formula: "; in dumpVirtualSensorInfo()322 *dump_buf << std::endl; in dumpVirtualSensorInfo()334 *dump_buf << " K_po: ["; in dumpThrottlingInfo()339 *dump_buf << " K_pu: ["; in dumpThrottlingInfo()344 *dump_buf << " K_i: ["; in dumpThrottlingInfo()349 *dump_buf << " K_d: ["; in dumpThrottlingInfo()354 *dump_buf << " i_max: ["; in dumpThrottlingInfo()498 *dump_buf in dumpPowerRailInfo()552 std::ostringstream dump_buf; in debug() local670 dump_buf << std::endl; in debug()[all …]
85 void dumpVirtualSensorInfo(std::ostringstream *dump_buf);86 void dumpThrottlingInfo(std::ostringstream *dump_buf);87 void dumpThrottlingRequestStatus(std::ostringstream *dump_buf);88 void dumpPowerRailInfo(std::ostringstream *dump_buf);
69 std::ostringstream dump_buf; in DumpToFd() local75 dump_buf << prefix << it->first << "\t" << remaining_duration.count() in DumpToFd()78 if (!android::base::WriteStringToFd(dump_buf.str(), fd)) { in DumpToFd()
259 std::ostringstream dump_buf; in TEST_F() local260 dump_buf << "========== Begin perfmgr nodes ==========\nNode Name\tNode " in TEST_F()267 _VerifyPathValue(dumptf.path, dump_buf.str()); in TEST_F()274 dump_buf.str(""); in TEST_F()275 dump_buf.clear(); in TEST_F()276 dump_buf << "========== Begin perfmgr nodes ==========\nNode Name\tNode " in TEST_F()283 _VerifyPathValue(dumptf_started.path, dump_buf.str()); in TEST_F()