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() 955 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
|
D | reference-ril.c | 3522 if (strStartsWith(s, "%CTZV:")) { 3539 } else if (strStartsWith(s,"+CRING:") 3540 || strStartsWith(s,"RING") 3541 || strStartsWith(s,"NO CARRIER") 3542 || strStartsWith(s,"+CCWA") 3550 } else if (strStartsWith(s,"+CREG:") 3551 || strStartsWith(s,"+CGREG:") 3559 } else if (strStartsWith(s, "+CMT:")) { 3563 } else if (strStartsWith(s, "+CDS:")) { 3567 } else if (strStartsWith(s, "+CGEV:")) { [all …]
|