Searched refs:strStartsWith (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/reference-ril/ |
D | misc.h | 19 int strStartsWith(const char *line, const char *prefix);
|
D | misc.c | 19 int strStartsWith(const char *line, const char *prefix) in strStartsWith() function
|
D | atchannel.c | 150 if (strStartsWith(line, s_finalResponsesError[i])) { in isFinalResponseError() 172 if (strStartsWith(line, s_finalResponsesSuccess[i])) { in isFinalResponseSuccess() 205 if (strStartsWith(line, s_smsUnsoliciteds[i])) { in isSMSUnsolicited() 264 && strStartsWith (line, s_responsePrefix) in processLine() 273 if (strStartsWith (line, s_responsePrefix)) { in processLine() 936 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
|
D | reference-ril.c | 3104 if (strStartsWith(s, "%CTZV:")) { 3121 } else if (strStartsWith(s,"+CRING:") 3122 || strStartsWith(s,"RING") 3123 || strStartsWith(s,"NO CARRIER") 3124 || strStartsWith(s,"+CCWA") 3132 } else if (strStartsWith(s,"+CREG:") 3133 || strStartsWith(s,"+CGREG:") 3141 } else if (strStartsWith(s, "+CMT:")) { 3145 } else if (strStartsWith(s, "+CDS:")) { 3149 } else if (strStartsWith(s, "+CGEV:")) { [all …]
|