Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp340 conn_evt_data.ndef_detect.status = status; in Mfc_CheckNdef_Completion_Routine()
343 conn_evt_data.ndef_detect.protocol = NFC_PROTOCOL_MIFARE; in Mfc_CheckNdef_Completion_Routine()
345 NdefMap, (uint32_t*)&(conn_evt_data.ndef_detect.max_size), in Mfc_CheckNdef_Completion_Routine()
346 (uint32_t*)&(conn_evt_data.ndef_detect.cur_size)); in Mfc_CheckNdef_Completion_Routine()
347 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()
350 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()
354 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_READ_ONLY; in Mfc_CheckNdef_Completion_Routine()
356 conn_evt_data.ndef_detect.flags = in Mfc_CheckNdef_Completion_Routine()
361 conn_evt_data.ndef_detect.cur_size = 0; in Mfc_CheckNdef_Completion_Routine()
362 conn_evt_data.ndef_detect.max_size = 0; in Mfc_CheckNdef_Completion_Routine()
[all …]
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp485 status = eventData->ndef_detect.status; in nfaConnectionCallback()
489 __func__, status, eventData->ndef_detect.protocol, in nfaConnectionCallback()
490 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()
491 eventData->ndef_detect.flags); in nfaConnectionCallback()
493 nativeNfcTag_doCheckNdefResult(status, eventData->ndef_detect.max_size, in nfaConnectionCallback()
494 eventData->ndef_detect.cur_size, in nfaConnectionCallback()
495 eventData->ndef_detect.flags); in nfaConnectionCallback()
DNfcTag.cpp1353 tNFA_NDEF_DETECT& ndef_detect = data->ndef_detect; in connectionEventHandler() local
1354 mNdefDetectionTimedOut = ndef_detect.status == NFA_STATUS_TIMEOUT; in connectionEventHandler()