Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp184 gphNxpExtns_Context.RawWriteCallBack = false; in phNxpExtns_MfcModuleInit()
997 gphNxpExtns_Context.RawWriteCallBack = false; in Mfc_Transceive()
1024 gphNxpExtns_Context.RawWriteCallBack = true; in Mfc_Transceive()
1035 gphNxpExtns_Context.RawWriteCallBack = true; in Mfc_Transceive()
1048 gphNxpExtns_Context.RawWriteCallBack = true; in Mfc_Transceive()
1247 if (gphNxpExtns_Context.RawWriteCallBack == true) { in phLibNfc_SendWrt16CmdPayload()
1249 gphNxpExtns_Context.RawWriteCallBack = false; in phLibNfc_SendWrt16CmdPayload()
1282 if (gphNxpExtns_Context.RawWriteCallBack == true) { in phLibNfc_SendIncDecCmdPayload()
1284 gphNxpExtns_Context.RawWriteCallBack = false; in phLibNfc_SendIncDecCmdPayload()
H A DphNxpExtns_MifareStd.h204 uint8_t RawWriteCallBack; member