Searched refs:is_recv (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/include/
H A Dtrace_api.h36 BT_API extern void DispAMPFrame (BT_HDR *p_buf, BOOLEAN is_recv, BD_ADDR bd_addr);
37 BT_API extern void DispRFCOMMFrame (BT_HDR *p_buf, BOOLEAN is_recv);
38 BT_API extern void DispL2CCmd(BT_HDR *p_buf, BOOLEAN is_recv);
41 BT_API extern void DispTcsMsg (BT_HDR *p_buf, BOOLEAN is_recv);
46 BT_API extern void DispBnep (BT_HDR *p_buf, BOOLEAN is_recv);
47 BT_API extern void DispAvdtMsg (BT_HDR *p_buf, BOOLEAN is_recv);
48 BT_API extern void DispAvct (BT_HDR *p_buf, BOOLEAN is_recv);
49 BT_API extern void DispMca (BT_HDR *p_buf, BOOLEAN is_recv);
50 BT_API extern void DispObxMsg (BT_HDR *p_buf, BOOLEAN is_recv);
52 BT_API extern void DispHidFrame (BT_HDR *p_buf, BOOLEAN is_recv, BOOLEA
[all...]
H A Dbuildcfg.h93 extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
98 extern void DispNciDump(UINT8 *p, UINT16 len, BOOLEAN is_recv);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp38 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
60 void DispNci (UINT8 *data, UINT16 len, BOOLEAN is_recv) argument
76 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmNciR": "BrcmNciX", line_buf);
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c417 void DispNciDump (UINT8 *data, UINT16 len, BOOLEAN is_recv) argument
433 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmNciR": "BrcmNciX", line_buf);
446 void DispLLCP (BT_HDR *p_buf, BOOLEAN is_recv) argument
465 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmLlcpR": "BrcmLlcpX", log_line);
479 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv) argument
503 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmHcpR": "BrcmHcpX", line_buf);
512 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {} argument
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int.h461 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h461 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);

Completed in 91 milliseconds