Home
last modified time | relevance | path

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

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp39 static phNfc_sData_t gOutputParam; variable
451 gOutputParam.buffer = resp; in nfc_jni_initialize()
454 …status = phLibNfc_Mgt_IoCtl(gHWRef, NFC_MEM_WRITE, &gInputParam, &gOutputParam, nfc_jni_ioctl_call… in nfc_jni_initialize()
2295 gOutputParam.buffer = OutputBuffer; in performDownload()
2296 gOutputParam.length = 0x01; in performDownload()
2300 …status = phLibNfc_Mgt_IoCtl(gHWRef,NFC_FW_DOWNLOAD, &gInputParam, &gOutputParam, nfc_jni_ioctl_cal… in performDownload()