Searched refs:getFloatSensors (Results 1 – 5 of 5) sorted by relevance
88 const std::vector<float>& Obd2SensorStore::getFloatSensors() const { in getFloatSensors() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore99 propValue->value.floatValues = getFloatSensors(); in fillPropValue()
120 const std::vector<float>& Obd2SensorStore::getFloatSensors() const { in getFloatSensors() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore133 propValue->value.floatValues = getFloatSensors(); in getSensorProperty()
52 const std::vector<float>& getFloatSensors() const;
97 const std::vector<float>& getFloatSensors() const;
337 [&]() { sensorStore->getFloatSensors(); }, in invokeObd2SensorStore()