Home | History | Annotate | Download | only in Linux_x86

Lines Matching full:pstring

79 void phOsalNfc_DbgString(const char *pString)
82 if(pString != NULL)
84 printf(pString);
86 ALOGD("%s", pString);
157 * \param[in] pString pointer to string to be displayed.
162 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer,
168 if (pString == NULL) {
169 pString = "";
180 if (!strcmp(pString, "SEND") && length >= 2) {
182 } else if (!strcmp(pString, "RECV") && length >= 2) {
212 ALOGD("> %s:%s\t%s", pString, print_buffer, llc);