Home
last modified time | relevance | path

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

/packages/services/Car/tools/
Dupdate-obd2-sensors.py211 def applyPolicy(policy, destfile): argument
213 applyIntPolicy(policy, destfile)
214 applyFloatPolicy(policy, destfile)
216 def applyIntPolicy(policy, destfile): argument
218 print(policy.sensors(intSensors), file=destfile)
220 def applyFloatPolicy(policy, destfile): argument
222 print(policy.sensors(floatSensors), file=destfile)
224 def java(destfile): argument
225 applyPolicy(JavaSensorPolicy(), destfile)
227 def intdef(destfile): argument
[all …]