Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp59 const size_t numSystemFloatSensors = toInt(DiagnosticFloatSensorIndex::LAST_SYSTEM_INDEX) + 1; in Obd2SensorStore() local
61 mFloatSensors = std::vector<float>(numSystemFloatSensors + numVendorFloatSensors, 0); in Obd2SensorStore()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp77 const size_t numSystemFloatSensors = getLastIndex<DiagnosticFloatSensorIndex>() + 1; in Obd2SensorStore() local
79 mFloatSensors = std::vector<float>(numSystemFloatSensors + numVendorFloatSensors, 0); in Obd2SensorStore()