Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/radio/
DRadioMessaging.cpp70 if (!response || response->isParseError()) { in acknowledgeLastIncomingGsmSms()
105 if (!response || response->isParseError()) { in deleteSmsOnSim()
143 if (!response || response->isParseError()) { in getGsmBroadcastConfig()
183 if (!response || response->isParseError()) { in getSmscAddress()
250 if (!response || response->isParseError()) { in sendSmsImpl()
268 if (!response || response->isParseError()) { in sendSmsImpl()
372 if (!response || response->isParseError()) { in setGsmBroadcastConfig()
406 if (!response || response->isParseError()) { in setSmscAddress()
447 if (!response || response->isParseError()) { in writeSmsToSim()
460 if (!response || response->isParseError()) { in writeSmsToSim()
DRadioVoice.cpp103 if (!response || response->isParseError()) { in dial()
173 if (!response || response->isParseError()) { in emergencyDial()
202 if (!response || response->isParseError()) { in exitEmergencyCallbackMode()
249 if (!response || response->isParseError()) { in getCallForwardStatus()
289 if (!response || response->isParseError()) { in getCallWaiting()
325 if (!response || response->isParseError()) { in getClip()
360 if (!response || response->isParseError()) { in getClir()
395 if (!response || response->isParseError()) { in getCurrentCalls()
436 if (!response || response->isParseError()) { in getMute()
628 if (!response || response->isParseError()) { in setCallForward()
[all …]
DRadioSim.cpp168 if (!response || response->isParseError()) { in getRemainingRetries()
202 if (!response || response->isParseError()) { in enterOrChangeSimPinPuk()
270 if (!response || response->isParseError()) { in getSelectResponse()
396 if (!response || response->isParseError()) { in getAllowedCarriers()
447 if (!response || response->isParseError()) { in getCdmaSubscriptionSource()
484 if (!response || response->isParseError()) { in getFacilityLockForApp()
602 if (!response || response->isParseError()) { in getIccCardStatus()
658 if (!response || response->isParseError()) { in getIccCardStatus()
705 if (!response || response->isParseError()) { in getImsiForApp()
760 if (!response || response->isParseError()) { in iccCloseLogicalChannelWithSessionInfo()
[all …]
DRadioNetwork.cpp249 if (!response || response->isParseError()) { in getCellIdentityImpl()
273 if (!response || response->isParseError()) { in getCellIdentityImpl()
435 if (!response || response->isParseError()) { in getAllowedNetworkTypesBitmap()
547 if (!response || response->isParseError()) { in getCdmaRoamingPreference()
633 if (!response || response->isParseError()) { in getDataRegistrationState()
677 if (!response || response->isParseError()) { in getNetworkSelectionMode()
711 if (!response || response->isParseError()) { in getOperator()
771 if (!response || response->isParseError()) { in getVoiceRadioTechnology()
822 if (!response || response->isParseError()) { in getVoiceRegistrationState()
885 if (!response || response->isParseError()) { in setAllowedNetworkTypesBitmap()
[all …]
DRadioConfig.cpp83 if (!response || response->isParseError()) { in getSimSlotsStatus()
134 if (!response || response->isParseError()) { in getSimSlotsStatus()
DRadioModem.cpp297 if (!response || response->isParseError()) { in getSupportedRadioTechs()
DRadioData.cpp299 if (!response || response->isParseError()) { in setupDataCall()
DAtResponse.h632 bool isParseError() const { in isParseError() function