Home
last modified time | relevance | path

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

/packages/services/Car/tools/
Dupdate-obd2-sensors.py63 def sensor(self, theSensor, theSensors): argument
67 def prefix(self, theSensors): argument
71 def suffix(self, theSensors): argument
87 def sensors(self, theSensors): argument
89 theSensors = theSensors.finalizeList()
90 s = self.prefix(theSensors) + "\n"
92 for theSensor in theSensors:
98 theSensors), self.indent())
100 s += self.suffix(theSensors) + "\n"
105 def sensor(self, theSensor, theSensors): argument
[all …]