Searched refs:is_recv (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/src/include/ |
D | trace_api.h | 36 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, BOOLEAN is_control); [all …]
|
D | buildcfg.h | 82 extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv); 86 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | android_logmsg.h | 33 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv); 51 void DispLLCP (BT_HDR *p_buf, BOOLEAN is_recv); 52 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv); 59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
|
D | buildcfg.h | 33 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv); 34 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv) in ProtoDispAdapterDisplayNciPacket() argument 74 __android_log_write (ANDROID_LOG_DEBUG, (is_recv) ? "BrcmNciR": "BrcmNciX", line_buf); in ProtoDispAdapterDisplayNciPacket() 243 void DispLLCP (BT_HDR *p_buf, BOOLEAN is_recv) in DispLLCP() argument 256 __android_log_write (ANDROID_LOG_DEBUG, (is_recv) ? "BrcmLlcpR": "BrcmLlcpX", log_line); in DispLLCP() 269 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv) in DispHcp() argument 284 __android_log_write (ANDROID_LOG_DEBUG, (is_recv) ? "BrcmHcpR": "BrcmHcpX", log_line); in DispHcp() 294 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {} in DispNDEFMsg() argument
|
/external/libnfc-nci/src/hal/int/ |
D | nfc_hal_int.h | 527 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
|