Home
last modified time | relevance | path

Searched defs:pn532 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/NfcNci/testutils/pn532/
Dtag.py35 def __init__(self, pn532, target_id: int): argument
82 def from_target_data(cls, pn532, data): argument
115 def from_target_data(cls, pn532, data): argument
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/
Dnfcutils.py26 def poll_and_transact(pn532, command_apdus, response_apdus, custom_frame = None): argument
Dpolling_frame_utils.py470 pn532, argument
/packages/modules/Nfc/NfcNci/testutils/pn532/src/com/android/nfc/pn532/
DTypeATag.kt22 val pn532: PN532, in <lambda>() constant in com.android.nfc.pn532.TypeATag