Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp161 tmp.floatValue(gdf_); in report()
163 tmp.floatValue(ssoc_); in report()
165 tmp.floatValue(gdf_curve_); in report()
167 tmp.floatValue(ssoc_curve_); in report()
DUeventListener.cpp203 val.floatValue(ssoc_tmp); in ReportVoltageTierStats()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DProtoMessageConverter.cpp177 for (auto& floatValue : val.value.floatValues) { in toProto() local
178 protoVal->add_float_values(floatValue); in toProto()