Searched refs:NextInt (Results 1 – 8 of 8) sorted by relevance
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 75 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 …]
|
D | at_call.c | 57 if (NextInt(pLine, &outCall->voiceDomain) < 0) { in ParseDiffPart() 60 if (NextInt(pLine, &outCall->callType) < 0) { in ParseDiffPart() 63 NextInt(pLine, &tmp); // ignore in ParseDiffPart() 85 if (NextInt(&pLine, &outCall->index) < 0) { in CallCmdCLCC() 88 if (NextInt(&pLine, &outCall->dir) < 0) { in CallCmdCLCC() 91 if (NextInt(&pLine, &state) < 0) { in CallCmdCLCC() 95 if (NextInt(&pLine, &mode) < 0) { in CallCmdCLCC() 99 if (NextInt(&pLine, &outCall->mpty) < 0) { in CallCmdCLCC() 108 if (NextInt(&pLine, &outCall->type) < 0) { in CallCmdCLCC() 133 if (NextInt(&pStr, &callId) < 0) { in ReportCallStateUpdated() [all …]
|
D | at_sim.c | 45 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 …]
|
D | at_data.c | 137 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() 415 ret = NextInt(&pStr, &pdns->cid); in QueryAllSupportPDNInfos() 854 if (NextInt(&pLine, &outCall->cid) < 0) { in CallCmdC5GQOSRDP() 857 if (NextInt(&pLine, &outCall->qi) < 0) { in CallCmdC5GQOSRDP() 860 if (NextInt(&pLine, &outCall->dlGfbr) < 0) { in CallCmdC5GQOSRDP() 863 if (NextInt(&pLine, &outCall->ulGfbr) < 0) { in CallCmdC5GQOSRDP() 866 if (NextInt(&pLine, &outCall->dlMfbr) < 0) { in CallCmdC5GQOSRDP() 869 if (NextInt(&pLine, &outCall->ulMfbr) < 0) { in CallCmdC5GQOSRDP() [all …]
|
D | at_sms.c | 40 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() 217 NextInt(&result, &response.msgRef); in ReqSendCdmaSms() 502 err = NextInt(&result, &response.tosca); in ReqGetSmscAddr() 535 err = NextInt(&line, &cellBroadcast.mode); in ReqGetCBConfig() [all …]
|
D | vendor_util.c | 163 int32_t NextInt(char **s, int32_t *out) in NextInt() function 376 ret = NextInt(s, &value); in NextBool() 401 NextInt(&pStr, &ret); in ParseReportError()
|
D | at_modem.c | 54 NextInt(&pLine, &ret); in GetResponseErrorCode() 119 ret = NextInt(&pLine, &radioState); in ReqGetRadioState()
|
/base/telephony/ril_adapter/services/vendor/include/ |
D | vendor_util.h | 69 int32_t NextInt(char **s, int32_t *out);
|