Searched refs:arrStrTmp (Results 1 – 2 of 2) sorted by relevance
534 const char *arrStrTmp[UEVENT_ARR_SIZE] = { in AudioPnpUeventParse() local544 if (strncmp(msgTmp, arrStrTmp[count], strlen(arrStrTmp[count])) == 0) { in AudioPnpUeventParse()545 msgTmp += strlen(arrStrTmp[count]); in AudioPnpUeventParse()
581 const char *arrStrTmp[UEVENT_ARR_SIZE] = { in AudioPnpUeventParse() local591 if (strncmp(msgTmp, arrStrTmp[i], strlen(arrStrTmp[i])) == 0) { in AudioPnpUeventParse()592 msgTmp += strlen(arrStrTmp[i]); in AudioPnpUeventParse()