Searched refs:inp (Results 1 – 3 of 3) sorted by relevance
63 inp = self.socket.recv(128)64 reaction = self.commands.get(inp, None)69 print("Unknown command '%s'" % inp)
1162 wifi_gscan_result_t *inp = (wifi_gscan_result_t *)event.get_vendor_data(); in handleEvent() local1164 for (int i = 0; i < num; i++, inp++) { in handleEvent()1165 convert_to_hal_result(&(mResults[i]), inp); in handleEvent()