OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISP_NCI
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
buildcfg.h
34
#define
DISP_NCI
(DispNci)
/external/libnfc-nci/src/include/
buildcfg.h
86
#define
DISP_NCI
(DispNciDump)
/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);
738
#ifdef
DISP_NCI
742
DISP_NCI
((UINT8 *) (p_buf + 1) + p_buf->offset, p_buf->len, FALSE);
767
#ifdef
DISP_NCI
769
DISP_NCI
(p + delta, (UINT16) (p_buf->len - delta), FALSE);
794
#ifdef
DISP_NCI
796
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);
508
#ifdef
DISP_NCI
529
#ifdef
DISP_NCI
531
DISP_NCI
(ps + delta, (UINT16) (p_msg->len - delta), FALSE);
nfc_hal_hci.c
269
#ifdef
DISP_NCI
270
DISP_NCI
(ps, (UINT16) p_msg->len, TRUE);
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
494
#if !defined (
DISP_NCI
)
495
#define
DISP_NCI
(DispNci)
497
#endif /*
DISP_NCI
*/
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
[
all
...]
Completed in 732 milliseconds