Searched refs:getIntegerSensors (Results 1 – 5 of 5) sorted by relevance
84 const std::vector<int32_t>& Obd2SensorStore::getIntegerSensors() const { in getIntegerSensors() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore98 propValue->value.int32Values = getIntegerSensors(); in fillPropValue()
116 const std::vector<int32_t>& Obd2SensorStore::getIntegerSensors() const { in getIntegerSensors() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore132 propValue->value.int32Values = getIntegerSensors(); in getSensorProperty()
50 const std::vector<int32_t>& getIntegerSensors() const;
95 const std::vector<int32_t>& getIntegerSensors() const;
336 [&]() { sensorStore->getIntegerSensors(); }, in invokeObd2SensorStore()