Home
last modified time | relevance | path

Searched refs:indType (Results 1 – 11 of 11) sorted by relevance

/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h87 …int32_t NetworkCsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
88 …int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
89 …int32_t SignalStrengthUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t r…
90 …int32_t NetworkTimeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t resp…
91 …int32_t NetworkTimeZoneUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t …
93 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
95 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
97 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
99 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
Dhril_modem.h50 …int32_t RadioStateUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t respo…
51 …int32_t VoiceRadioTechUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t r…
52 …int32_t DsdsModeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t respons…
Dhril_sms.h82 …int32_t SmsStatusReportNotify(int32_t indType, HRilErrNumber error, const void *response, size_t r…
83 …int32_t NewSmsStoredOnSimNotify(int32_t indType, HRilErrNumber error, const void *response, size_t…
84 …int32_t NewSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLe…
85 …int32_t NewCdmaSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t respon…
86 …int32_t CBConfigNotify(int32_t indType, HRilErrNumber error, const void *response, size_t response…
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_tpdu_decode.cpp216 int32_t indType = -1; in DecodeDeliverPartData() local
217 bool voicemail = paramCodec_->CheckVoicemail(buffer, &setType, &indType); in DecodeDeliverPartData()
225 if (indType == 0) { in DecodeDeliverPartData()
226 deliver->dcs.indType = SMS_VOICE_INDICATOR; in DecodeDeliverPartData()
227 } else if (indType == 1) { in DecodeDeliverPartData()
228 deliver->dcs.indType = SMS_VOICE2_INDICATOR; in DecodeDeliverPartData()
324 statusRep->dcs.indType = SMS_OTHER_INDICATOR; in DecodeStatusReportPartData()
Dgsm_sms_param_codec.cpp86 bool GsmSmsParamCodec::CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType) in CheckVoicemail() argument
129 … *indType = static_cast<int32_t>(oneByte & HEX_VALUE_01); /* 0 : indicator 1, 1 : indicator 2 */ in CheckVoicemail()
Dgsm_sms_param_decode.cpp234 smsDcs->indType = SMS_OTHER_INDICATOR; in DecodeDcsPdu()
364 smsDcs.indType = GetMsgIndicatorType(dcs & HEX_VALUE_03); in GetMwiType()
/base/telephony/ril_adapter/services/hril/src/
Dhril_modem.cpp64 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in RadioStateUpdated() argument
74 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::RadioStateUpdated, *(const int32_t *)… in RadioStateUpdated()
78 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in VoiceRadioTechUpdated() argument
90 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::VoiceRadioTechUpdated, voiceRadioTech… in VoiceRadioTechUpdated()
94 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated() argument
105indType, error, &HDI::Ril::V1_1::IRilCallback::DsdsModeUpdated, *(static_cast<const int32_t *>(res… in DsdsModeUpdated()
Dhril_sms.cpp468 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SmsStatusReportNotify() argument
482 smsMessageInfo.indicationType = static_cast<int32_t>(ConvertIntToRadioNoticeType(indType)); in SmsStatusReportNotify()
489 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::SmsStatusReportNotify, smsMessageInfo… in SmsStatusReportNotify()
493 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsStoredOnSimNotify() argument
500 indType = static_cast<int32_t>(ConvertIntToRadioNoticeType(indType)); in NewSmsStoredOnSimNotify()
501 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsStoredOnSimNotify, recordNumber… in NewSmsStoredOnSimNotify()
504 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, siz… in NewSmsNotify() argument
521 smsMessageInfo.indicationType = indType; in NewSmsNotify()
528 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsNotify, smsMessageInfo); in NewSmsNotify()
531 int32_t HRilSms::NewCdmaSmsNotify(int32_t indType, const HRilErrNumber error, const void *response,… in NewCdmaSmsNotify() argument
[all …]
Dhril_network.cpp495 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCsRegStatusUpdated() argument
512 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkCsRegStatusUpdated, regStatusI… in NetworkCsRegStatusUpdated()
516 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPsRegStatusUpdated() argument
539 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkPsRegStatusUpdated, regStatusI… in NetworkPsRegStatusUpdated()
543 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SignalStrengthUpdated() argument
551 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::SignalStrengthUpdated, rssi); in SignalStrengthUpdated()
555 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeUpdated() argument
561 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkTimeUpdated, (const char *)res… in NetworkTimeUpdated()
565 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeZoneUpdated() argument
571 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkTimeZoneUpdated, (const char *… in NetworkTimeZoneUpdated()
[all …]
/base/telephony/sms_mms/services/sms/include/gsm/
Dgsm_sms_param_codec.h40 bool CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType);
Dgsm_pdu_code_type.h130 enum SmsIndicatorType indType; member