Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp79 std::size_t total_parsed = 0; in ParseSensorInfo() local
230 ++total_parsed; in ParseSensorInfo()
233 LOG(INFO) << total_parsed << " Sensors parsed successfully"; in ParseSensorInfo()
254 std::size_t total_parsed = 0; in ParseCoolingDevice() local
287 ++total_parsed; in ParseCoolingDevice()
290 LOG(INFO) << total_parsed << " CoolingDevices parsed successfully"; in ParseCoolingDevice()