Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/rw/
H A Dnfa_rw_act.cc220 conn_evt_data.ndef_detect.status = NFA_STATUS_OK; in nfa_rw_handle_ndef_detect()
226 conn_evt_data.ndef_detect.flags = p_rw_data->ndef.flags; in nfa_rw_handle_ndef_detect()
288 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_handle_ndef_detect()
289 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_handle_ndef_detect()
1654 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_detect_ndef()
1655 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_detect_ndef()
1656 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN; in nfa_rw_detect_ndef()
3013 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_op_req_while_busy()
3014 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_op_req_while_busy()
3096 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_op_req_while_inactive()
[all …]
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A 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()
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()
363 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN; in Mfc_CheckNdef_Completion_Routine()
[all …]
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp537 status = eventData->ndef_detect.status; in nfaConnectionCallback()
541 __func__, status, eventData->ndef_detect.protocol, in nfaConnectionCallback()
542 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()
543 eventData->ndef_detect.flags); in nfaConnectionCallback()
545 nativeNfcTag_doCheckNdefResult(status, eventData->ndef_detect.max_size, in nfaConnectionCallback()
546 eventData->ndef_detect.cur_size, in nfaConnectionCallback()
547 eventData->ndef_detect.flags); in nfaConnectionCallback()
H A DNfcTag.cpp1430 tNFA_NDEF_DETECT& ndef_detect = data->ndef_detect; in connectionEventHandler() local
1431 mNdefDetectionTimedOut = ndef_detect.status == NFA_STATUS_TIMEOUT; in connectionEventHandler()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_api.h513 tNFA_NDEF_DETECT ndef_detect; /* NFA_NDEF_DETECT_EVT */ member
/aosp12/system/nfc/src/nfa/dm/
H A Dnfa_dm_act.cc1400 if (p_data->ndef_detect.status == NFA_STATUS_OK) { in nfa_dm_act_conn_cback_notify()
1402 } else if (p_data->ndef_detect.status == NFA_STATUS_FAILED) { in nfa_dm_act_conn_cback_notify()