Home
last modified time | relevance | path

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

/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/
Dgnss_replay.py58 def command(self, action, reaction): argument
59 self.commands[action] = reaction
64 reaction = self.commands.get(inp, None)
65 if reaction:
66 response = reaction() + '\n\n\n\n'
/device/google/trout/hal/gnss/host/
Dgnss_replay.py58 def command(self, action, reaction): argument
59 self.commands[action] = reaction
64 reaction = self.commands.get(inp, None)
65 if reaction:
66 response = reaction() + '\n\n\n\n'