/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 225 int32_t err = SendCommandLock(cmd, NULL, timeOut, &pResponse); in SetRadioState() 266 int32_t err = SendCommandLock("ATE0Q0V1", NULL, 0, &pResponse); in ModemInit() 272 err = SendCommandLock("AT+CREG=2", NULL, 0, &pResponse); in ModemInit() 275 SendCommandLock("AT+CREG=2", NULL, 0, &pResponse); in ModemInit() 280 err = SendCommandLock("AT+CGREG=2", NULL, 0, &pResponse); in ModemInit() 283 SendCommandLock("AT+CGREG=2", NULL, 0, &pResponse); in ModemInit() 287 SendCommandLock("AT+CRC=1", NULL, 0, NULL); in ModemInit() 289 SendCommandLock("AT+CSMS=1", NULL, 0, NULL); in ModemInit() 291 SendCommandLock("AT+CNMI=1,2,0,1,1", NULL, 0, NULL); in ModemInit() 293 SendCommandLock("A in ModemInit() [all...] |
H A D | at_call.c | 371 ret = SendCommandLock("AT+CLCC", "+CLCC:", timeOut, &pResponse); in ReqGetCallList() 425 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqDial() 460 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqHangup() 477 ret = SendCommandLock("ATH", NULL, 0, &pResponse); in ReqReject() 494 ret = SendCommandLock("ATA", NULL, 0, &pResponse); in ReqAnswer() 511 err = SendCommandLock("AT+CLIP?", "+CLIP", 0, &pResponse); in ReqGetClip() 549 err = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqSetClip() 571 err = SendCommandLock("AT+CLIR?", "+CLIR", 0, &pResponse); in ReqGetClir() 609 err = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqSetClir() 631 err = SendCommandLock(cm in ReqStartDtmf() [all...] |
H A D | at_sim.c | 33 ret = SendCommandLock("AT^CARDMODE", "^CARDMODE:", 0, &pResponse); in GetSimType() 184 ret = SendCommandLock("AT+CPIN?", "+CPIN:", 0, &pResponse); in ReqGetSimStatus() 222 int32_t ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDNWrite() 233 ret = SendCommandLock(cmd, "+CRSM", 0, ppResponse); in ReqGetSimIOFDNWrite() 241 ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDNWrite() 252 int32_t ret = SendCommandLock(queryCmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDN() 270 ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDN() 339 ret = SendCommandLock(cmd, "+CRSM", 0, &pResponse); in ReqGetSimIO() 388 ret = SendCommandLock("AT+CIMI", NULL, 0, &pResponse); in ReqGetSimImsi() 445 ret = SendCommandLock(cm in ReqGetSimLockStatus() [all...] |
H A D | at_modem.c | 106 int32_t ret = SendCommandLock("AT+CFUN?", "+CFUN", timeOut, &pResponse); in ReqGetRadioState() 138 int32_t ret = SendCommandLock("AT+CGSN", NULL, DEFAULT_TIMEOUT, &responseInfo); in ReqGetImei() 188 int32_t ret = SendCommandLock("AT+MEID", NULL, DEFAULT_TIMEOUT, &responseInfo); in ReqGetMeid() 319 int32_t ret = SendCommandLock("AT^SYSINFOEX", "^SYSINFOEX:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetVoiceRadioTechnology()
|
H A D | at_sms.c | 178 err = SendCommandLock("AT+CNMA=1", NULL, 0, NULL); in ReqSendSmsAck() 180 err = SendCommandLock("AT+CNMA=2", NULL, 0, NULL); in ReqSendSmsAck() 203 err = SendCommandLock("AT+COPS?", "COPS?", 0, &responseInfo); in ReqSendCdmaSms() 210 err = SendCommandLock("AT$QCMGF=0", "$QCMGF=0", 0, &responseInfo); in ReqSendCdmaSms() 342 err = SendCommandLock(cmd, "+CMGD:", 0, &responseInfo); in UpdateSimMessage() 430 err = SendCommandLock(cmd, "+CMGD:", 0, &responseInfo); in ReqDelSimMessage() 470 err = SendCommandLock(cmd, "+CSCA:", 0, &responseInfo); in ReqSetSmscAddr() 490 err = SendCommandLock("AT+CSCA?", "+CSCA:", 0, &responseInfo); in ReqGetSmscAddr() 563 int32_t err = SendCommandLock("AT+CSCB?", "+CSCB:", 0, &responseInfo); in ReqGetCBConfig() 810 err = SendCommandLock(cm in ReqSetCBConfig() [all...] |
H A D | at_data.c | 186 ret = SendCommandLock("AT+CGACT?", "+CGACT:", 0, &pResponse); in SendInquireCGACT() 325 ret = SendCommandLock("AT^DHCP?", "^DHCP:", 0, &pResponse); in GetLinkInformation() 369 ret = SendCommandLock("AT+CGDCONT?", "+CGDCONT:", 0, &pResponse); in SendInquireCGDCONT() 401 ret = SendCommandLock("AT+CGDCONT?", "+CGDCONT:", 0, &pResponse); in QueryAllSupportPDNInfos() 631 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SendCmdCGDCONT() 655 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SendCmdNDISDUP() 790 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SetDataProfileInfo() 806 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SetDataProfileInfo() 916 ret = SendCommandLock(cmd, "+C5GQOSRDP:", 0, &pResponse); in ReqGetLinkBandwidthInfo()
|
H A D | at_network.c | 463 int32_t ret = SendCommandLock("AT^HCSQ?", "^HCSQ:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetSignalStrength() 510 int32_t ret = SendCommandLock("AT+CREG?", "+CREG:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetCsRegStatus() 548 int32_t ret = SendCommandLock("AT+CGREG?", "+CGREG:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetPsRegStatus() 587 int32_t ret = SendCommandLock( in ReqGetOperatorInfo() 1145 int32_t ret = SendCommandLock("AT^MONNC", "^MONNC:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetNeighboringCellInfoList() 1484 int32_t ret = SendCommandLock("AT^MONSC", "^MONSC:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetCurrentCellInfo() 1618 int32_t err = SendCommandLock(cmd, NULL, 0, &responseInfo); in ReqSetNetworkSelectionMode() 1650 int32_t ret = SendCommandLock("AT+COPS?", "+COPS:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetNetworkSelectionMode() 1775 err = SendCommandLock(cmd, NULL, 0, &responseInfo); in ReqSetPreferredNetwork() 1834 int32_t ret = SendCommandLock("A in ReqGetPreferredNetwork() [all...] |
H A D | at_support.c | 220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandLock() function
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_support.h | 56 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse);
|