Lines Matching refs:error
69 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen)
80 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::RadioStateUpdated, radioState_);
84 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen)
96 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::VoiceRadioTechUpdated, voiceRadioTech);
100 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen)
111 indType, error, &HDI::Ril::V1_1::IRilCallback::DsdsModeUpdated, *(static_cast<const int32_t *>(response)));
115 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen)
126 indType, error, &HDI::Ril::V1_3::IRilCallback::NcfgFinishedResult, *(static_cast<const int32_t *>(response)));
130 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen)
141 indType, error, &HDI::Ril::V1_3::IRilCallback::RestartRildNvMatch, *(static_cast<const int32_t *>(response)));
205 if (responseInfo.error == HDI::Ril::V1_1::RilErrType::NONE) {
206 responseInfo.error = HDI::Ril::V1_1::RilErrType::RIL_ERR_INVALID_RESPONSE;
211 if (responseInfo.error == HDI::Ril::V1_1::RilErrType::NONE) {
212 responseInfo.error = HDI::Ril::V1_1::RilErrType::RIL_ERR_NULL_POINT;
226 if (responseInfo.error == HDI::Ril::V1_1::RilErrType::NONE) {
227 responseInfo.error = HDI::Ril::V1_1::RilErrType::RIL_ERR_INVALID_RESPONSE;
289 [this](int32_t notifyType, HRilErrNumber error, const void *response,
290 size_t responseLen) { return RadioStateUpdated(notifyType, error, response, responseLen); };
292 [this](int32_t notifyType, HRilErrNumber error, const void *response,
293 size_t responseLen) { return VoiceRadioTechUpdated(notifyType, error, response, responseLen); };
295 [this](int32_t notifyType, HRilErrNumber error, const void *response,
296 size_t responseLen) { return DsdsModeUpdated(notifyType, error, response, responseLen); };
298 [this](int32_t notifyType, HRilErrNumber error, const void *response,
299 size_t responseLen) { return NcfgFinishedResult(notifyType, error, response, responseLen); };
301 [this](int32_t notifyType, HRilErrNumber error, const void *response,
302 size_t responseLen) { return RestartRildNvMatch(notifyType, error, response, responseLen); };