Home
last modified time | relevance | path

Searched refs:pSimResponse (Results 1 - 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c81 static int32_t ParseSimResponseResult(char *pLine, HRilSimIOResponse *pSimResponse) in ParseSimResponseResult() argument
83 if (pSimResponse == NULL) { in ParseSimResponseResult()
90 err = NextInt(&pLine, &pSimResponse->sw1); in ParseSimResponseResult()
94 err = NextInt(&pLine, &pSimResponse->sw2); in ParseSimResponseResult()
100 err = NextStr(&pLine, &pSimResponse->response); in ParseSimResponseResult()

Completed in 7 milliseconds