Searched refs:strStartsWith (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/reference-ril/ |
D | misc.h | 20 int strStartsWith(const char *line, const char *prefix);
|
D | misc.c | 21 int strStartsWith(const char *line, const char *prefix) in strStartsWith() function
|
D | atchannel.c | 155 if (strStartsWith(line, s_finalResponsesError[i])) { in isFinalResponseError() 177 if (strStartsWith(line, s_finalResponsesSuccess[i])) { in isFinalResponseSuccess() 210 if (strStartsWith(line, s_smsUnsoliciteds[i])) { in isSMSUnsolicited() 269 && strStartsWith (line, s_responsePrefix) in processLine() 278 if (strStartsWith (line, s_responsePrefix)) { in processLine() 939 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
|
D | reference-ril.c | 3473 if (strStartsWith(s, "%CTZV:")) { 3490 } else if (strStartsWith(s,"+CRING:") 3491 || strStartsWith(s,"RING") 3492 || strStartsWith(s,"NO CARRIER") 3493 || strStartsWith(s,"+CCWA") 3501 } else if (strStartsWith(s,"+CREG:") 3502 || strStartsWith(s,"+CGREG:") 3510 } else if (strStartsWith(s, "+CMT:")) { 3514 } else if (strStartsWith(s, "+CDS:")) { 3518 } else if (strStartsWith(s, "+CGEV:")) { [all …]
|