Home
last modified time | relevance | path

Searched refs:NextInt (Results 1 – 8 of 8) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c75 NextInt(&pLine, &ret); in GetResponseErrorCode()
184 if (NextInt(&str, &(info[REG_STAT_POS])) != 0) { in ExtractRegStatus()
195 if (NextInt(&str, &(info[REG_ACT_POS])) != 0) { in ExtractRegStatus()
199 if (NextInt(&str, &(info[REG_NR_AVAILABLE_POS])) != 0) { in ExtractRegStatus()
202 if (NextInt(&str, &(info[REG_EN_DC_AVAILABLE_POS])) != 0) { in ExtractRegStatus()
205 if (NextInt(&str, &(info[REG_DC_NR_RESTRICTED_POS])) != 0) { in ExtractRegStatus()
261 if ((NextInt(&str, &skip)) != 0) { in ParseRegStatusStr()
293 NextInt(&lineStr, &hrilRssi->gsmRssi.rxlev); in ParseGetGsmSignalStrength()
294 NextInt(&lineStr, &hrilRssi->gsmRssi.ber); in ParseGetGsmSignalStrength()
305 NextInt(&lineStr, &hrilRssi->lteRssi.rxlev); in ParseGetLteSignalStrength()
[all …]
Dat_call.c56 if (NextInt(pLine, &outCall->voiceDomain) < 0) { in ParseDiffPart()
59 if (NextInt(pLine, &outCall->callType) < 0) { in ParseDiffPart()
62 NextInt(pLine, &tmp); // ignore in ParseDiffPart()
84 if (NextInt(&pLine, &outCall->index) < 0) { in CallCmdCLCC()
87 if (NextInt(&pLine, &outCall->dir) < 0) { in CallCmdCLCC()
90 if (NextInt(&pLine, &state) < 0) { in CallCmdCLCC()
94 if (NextInt(&pLine, &mode) < 0) { in CallCmdCLCC()
98 if (NextInt(&pLine, &outCall->mpty) < 0) { in CallCmdCLCC()
107 if (NextInt(&pLine, &outCall->type) < 0) { in CallCmdCLCC()
132 if (NextInt(&pStr, &callId) < 0) { in ReportCallStateUpdated()
[all …]
Dat_sim.c45 ret = NextInt(&pLine, &simType); in GetSimType()
90 err = NextInt(&pLine, &pSimResponse->sw1); in ParseSimResponseResult()
94 err = NextInt(&pLine, &pSimResponse->sw2); in ParseSimResponseResult()
123 err = NextInt(&pLine, &pinInputTimes->times); in ParseSimPinInputTimesResult()
128 err = NextInt(&pLine, &pinInputTimes->pukTimes); in ParseSimPinInputTimesResult()
132 err = NextInt(&pLine, &pinInputTimes->pinTimes); in ParseSimPinInputTimesResult()
136 err = NextInt(&pLine, &pinInputTimes->puk2Times); in ParseSimPinInputTimesResult()
140 err = NextInt(&pLine, &pinInputTimes->pin2Times); in ParseSimPinInputTimesResult()
158 err = NextInt(&pLine, &lockStatus->result); in ParseUnlockSimLockResult()
162 err = NextInt(&pLine, &lockStatus->remain); in ParseUnlockSimLockResult()
[all …]
Dat_data.c137 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd()
140 if (NextInt(&pStr, &outData->active) < 0) { in ParsePdpCmd()
148 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd()
408 ret = NextInt(&pStr, &pdns->cid); in QueryAllSupportPDNInfos()
837 if (NextInt(&pLine, &outCall->cid) < 0) { in CallCmdC5GQOSRDP()
840 if (NextInt(&pLine, &outCall->qi) < 0) { in CallCmdC5GQOSRDP()
843 if (NextInt(&pLine, &outCall->dlGfbr) < 0) { in CallCmdC5GQOSRDP()
846 if (NextInt(&pLine, &outCall->ulGfbr) < 0) { in CallCmdC5GQOSRDP()
849 if (NextInt(&pLine, &outCall->dlMfbr) < 0) { in CallCmdC5GQOSRDP()
852 if (NextInt(&pLine, &outCall->ulMfbr) < 0) { in CallCmdC5GQOSRDP()
[all …]
Dat_sms.c40 ret = NextInt(&pBuff, &response->sn); in ProcessCellBroadcast()
44 ret = NextInt(&pBuff, &response->mid); in ProcessCellBroadcast()
48 ret = NextInt(&pBuff, &response->page); in ProcessCellBroadcast()
52 ret = NextInt(&pBuff, &response->pages); in ProcessCellBroadcast()
61 ret = NextInt(&pBuff, &response->length); in ProcessCellBroadcast()
80 NextInt(&pLine, err); in HandlerSmsResult()
99 *err = NextInt(&result, &response->msgRef); in HandleResult()
215 NextInt(&result, &response.msgRef); in ReqSendCdmaSms()
467 err = NextInt(&result, &response.tosca); in ReqGetSmscAddr()
500 err = NextInt(&line, &cellBroadcast.mode); in ReqGetCBConfig()
[all …]
Dvendor_util.c163 int32_t NextInt(char **s, int32_t *out) in NextInt() function
376 ret = NextInt(s, &value); in NextBool()
401 NextInt(&pStr, &ret); in ParseReportError()
Dat_modem.c54 NextInt(&pLine, &ret); in GetResponseErrorCode()
119 ret = NextInt(&pLine, &radioState); in ReqGetRadioState()
/base/telephony/ril_adapter/services/vendor/include/
Dvendor_util.h69 int32_t NextInt(char **s, int32_t *out);