HomeSort by relevance Sort by last modified time
    Searched refs:strStartsWith (Results 1 - 4 of 4) sorted by null

  /hardware/ril/reference-ril/
misc.h 19 int strStartsWith(const char *line, const char *prefix);
misc.c 19 int strStartsWith(const char *line, const char *prefix)
atchannel.c 162 if (strStartsWith(line, s_finalResponsesError[i])) {
184 if (strStartsWith(line, s_finalResponsesSuccess[i])) {
217 if (strStartsWith(line, s_smsUnsoliciteds[i])) {
276 && strStartsWith (line, s_responsePrefix)
285 if (strStartsWith (line, s_responsePrefix)) {
998 || !strStartsWith(p_response->finalResponse, "+CME ERROR:")
reference-ril.c     [all...]

Completed in 331 milliseconds