Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphFriNfc_MifareStdMap.c2670 ShiftLength = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_ChkTLVs() local
2863 ShiftLength = NdefMap->SendRecvBuf[TempLength]; in phFriNfc_MifStd_H_ChkTLVs()
2888 (( ShiftLength in phFriNfc_MifStd_H_ChkTLVs()
2900 ShiftLength = (( ShiftLength<< 8) + in phFriNfc_MifStd_H_ChkTLVs()
2902 NdefMap->TLVStruct.BytesRemainLinTLV = ShiftLength; in phFriNfc_MifStd_H_ChkTLVs()
2904 ShiftLength); in phFriNfc_MifStd_H_ChkTLVs()
2912 ((ShiftLength<< 8) + in phFriNfc_MifStd_H_ChkTLVs()
2948 ShiftLength = NdefMap->SendRecvBuf[(TempLength - PH_FRINFC_MIFARESTD_VAL1)]; in phFriNfc_MifStd_H_ChkTLVs()
2951 (( ShiftLength << 8) + NdefMap->SendRecvBuf[TempLength])) in phFriNfc_MifStd_H_ChkTLVs()
3016 ShiftLength = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_GetNxtTLV() local
[all …]