Home
last modified time | relevance | path

Searched refs:SMS_BYTE_BIT (Results 1 – 2 of 2) sorted by relevance

/base/telephony/sms_mms/utils/
Dsms_common_utils.cpp50 packData[dstIdx] = userData[srcIdx] >> (SmsCommonUtils::SMS_BYTE_BIT - shift); in Pack7bitChar()
87 …unsigned int)tpdu[srcIdx - 1] >> shift) + (tpdu[srcIdx] << (SmsCommonUtils::SMS_BYTE_BIT - shift)); in Unpack7bitChar()
227 dtmf[offset + 0x01] = temp << (SmsCommonUtils::SMS_BYTE_BIT - shift); in ConvertDigitToDTMF()
230 … dtmf[offset] |= (char)(temp << (SmsCommonUtils::SMS_BYTE_BIT - shift - smsMaxShift)); in ConvertDigitToDTMF()
Dsms_common_utils.h44 static constexpr uint8_t SMS_BYTE_BIT = 8; variable