Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/testcases/hostsidetests/exitframes/
Dnfc_exit_frame_multi_device_test.py64 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/
Dcts_nfc_hce_multi_device_test.py58 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/
Dnfcutils.py26 def poll_and_transact(pn532, command_apdus, response_apdus, custom_frame = None): function