Searched refs:poll_and_transact (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Nfc/NfcNci/tests/testcases/hostsidetests/exitframes/ |
D | nfc_exit_frame_multi_device_test.py | 64 poll_and_transact, 270 tag_detected, transacted = poll_and_transact( 287 tag_detected, _ = poll_and_transact( 335 tag_detected, transacted = poll_and_transact( 352 tag_detected, _ = poll_and_transact( 400 tag_detected, transacted = poll_and_transact( 417 tag_detected, _ = poll_and_transact( 465 tag_detected, transacted = poll_and_transact( 482 tag_detected, _ = poll_and_transact( 530 tag_detected, transacted = poll_and_transact( [all …]
|
/packages/modules/Nfc/tests/cts/hostsidetests/multidevices/ |
D | cts_nfc_hce_multi_device_test.py | 58 poll_and_transact, 182 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus, response_apdus) 701 poll_and_transact(self.pn532, command_apdus, response_apdus) 729 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus, 806 poll_and_transact(self.pn532, command_apdus[:1], response_apdus[:1]) 810 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus, response_apdus) 852 poll_and_transact(self.pn532, command_apdus[:1], response_apdus[:1]) 855 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus, response_apdus) 891 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus, response_apdus) 1375 tag_detected, transacted = poll_and_transact(self.pn532, command_apdus[:1], [all …]
|
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/ |
D | nfcutils.py | 26 def poll_and_transact(pn532, command_apdus, response_apdus, custom_frame = None): function
|