Home
last modified time | relevance | path

Searched refs:inp (Results 1 – 3 of 3) 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.py63 inp = self.socket.recv(128)
64 reaction = self.commands.get(inp, None)
69 print("Unknown command '%s'" % inp)
/device/google/trout/hal/gnss/host/
Dgnss_replay.py63 inp = self.socket.recv(128)
64 reaction = self.commands.get(inp, None)
69 print("Unknown command '%s'" % inp)
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1162 wifi_gscan_result_t *inp = (wifi_gscan_result_t *)event.get_vendor_data(); in handleEvent() local
1164 for (int i = 0; i < num; i++, inp++) { in handleEvent()
1165 convert_to_hal_result(&(mResults[i]), inp); in handleEvent()