HomeSort by relevance Sort by last modified time
    Searched refs:phLibNfc_Mgt_IoCtl (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 239 TRACE("phLibNfc_Mgt_IoCtl()");
241 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
383 TRACE("phLibNfc_Mgt_IoCtl()- GPIO Get Value");
385 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
424 TRACE("phLibNfc_Mgt_IoCtl()- GPIO Set Value");
426 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_WRITE,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
535 TRACE("phLibNfc_Mgt_IoCtl()- GPIO Get Value");
537 status = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
577 TRACE("phLibNfc_Mgt_IoCtl()- GPIO Set Value");
579 status = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_WRITE,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data)
    [all...]
com_android_nfc_NativeNfcManager.cpp 454 status = phLibNfc_Mgt_IoCtl(gHWRef, NFC_MEM_WRITE, &gInputParam, &gOutputParam, nfc_jni_ioctl_callback, (void *)&cb_data);
457 ALOGE("phLibNfc_Mgt_IoCtl() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
    [all...]
  /external/libnfc-nxp/src/
phLibNfc_Ioctl.c 86 NFCSTATUS phLibNfc_Mgt_IoCtl (void* pDalHandle,
phLibNfc.h 457 * pOutParam sent in \ref phLibNfc_Mgt_IoCtl.
    [all...]

Completed in 296 milliseconds