OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phLibNfc_Mgt_IoCtl
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp
237
TRACE("
phLibNfc_Mgt_IoCtl
()");
239
ret =
phLibNfc_Mgt_IoCtl
(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
382
TRACE("
phLibNfc_Mgt_IoCtl
()- GPIO Get Value");
384
ret =
phLibNfc_Mgt_IoCtl
(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
423
TRACE("
phLibNfc_Mgt_IoCtl
()- GPIO Set Value");
425
ret =
phLibNfc_Mgt_IoCtl
(gHWRef,NFC_MEM_WRITE,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
534
TRACE("
phLibNfc_Mgt_IoCtl
()- GPIO Get Value");
536
status =
phLibNfc_Mgt_IoCtl
(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
576
TRACE("
phLibNfc_Mgt_IoCtl
()- GPIO Set Value");
578
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
460
status =
phLibNfc_Mgt_IoCtl
(gHWRef, NFC_MEM_WRITE, &gInputParam, &gOutputParam, nfc_jni_ioctl_callback, (void *)&cb_data);
463
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 63 milliseconds