Searched defs:is_recv (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 94 milliseconds