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

  /external/libnfc-nci/halimpl/bcm2079x/include/
buildcfg.h 35 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
android_logmsg.h 32 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
  /external/libnfc-nci/src/include/
buildcfg.h 87 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 65 #ifdef DISP_NCI
66 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE);
149 #ifdef DISP_NCI
152 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE);
753 #ifdef DISP_NCI
757 DISP_NCI ((UINT8 *) (p_buf + 1) + p_buf->offset, p_buf->len, FALSE);
782 #ifdef DISP_NCI
784 DISP_NCI (p + delta, (UINT16) (p_buf->len - delta), FALSE);
809 #ifdef DISP_NCI
811 DISP_NCI (p + delta, (UINT16) (p_buf->len - delta), FALSE)
    [all...]
nfc_hal_main.c 483 #ifdef DISP_NCI
484 DISP_NCI (ps, (UINT16) p_msg->len, TRUE);
511 #ifdef DISP_NCI
532 #ifdef DISP_NCI
534 DISP_NCI (ps + delta, (UINT16) (p_msg->len - delta), FALSE);
nfc_hal_hci.c 324 #ifdef DISP_NCI
325 DISP_NCI (ps, (UINT16) p_msg->len, TRUE);
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 515 #if !defined (DISP_NCI)
516 #define DISP_NCI (DispNci)
518 #endif /* DISP_NCI */
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]

Completed in 94 milliseconds