Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp133 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3}; in TEST_P()
139 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){}; in TEST_P()
205 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3}; in TEST_P()
211 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){}; in TEST_P()
355 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3}; in TEST_P()
361 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){}; in TEST_P()
409 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3}; in TEST_P()
415 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){}; in TEST_P()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp400 for (int digits = n; digits > 0; digits = digits / 10, i--) in sendAndCheckHCI() local
401 write_name[i] = static_cast<uint8_t>('0' + digits % 10); in sendAndCheckHCI()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp412 for (int digits = n; digits > 0; digits = digits / 10, i--) in sendAndCheckHCI() local
413 write_name[i] = static_cast<uint8_t>('0' + digits % 10); in sendAndCheckHCI()
/hardware/ril/include/telephony/
Dril_cdma_sms.h115 unsigned char digits[ RIL_CDMA_SMS_ADDRESS_MAX ]; member
131 unsigned char digits[ RIL_CDMA_SMS_SUBADDRESS_MAX ]; member
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal187 * parts of a second or location may be shown with 3 or even 4 digits after
192 * consists of a '*' and two hex digits representing an 8 bit exclusive OR
/hardware/interfaces/radio/1.0/
Dtypes.hal789 FOUR_BIT, // DTMF digits
807 // the address data "digits", each byte contains an ASCII
1446 // For 4-bit type, only "digits" field defined below in
1455 // numberOfDigits = number of digits
1456 // digits = ASCII digits, e.g. '1', '2', '3', '4', and '5'
1458 vec<uint8_t> digits; // Each byte in this array represents a 4 bit or 8-bit
1465 vec<uint8_t> digits; // Each byte represents an 8-bit digit of subaddress data
DIRadioResponse.hal1797 * @param min MIN (10 digits, MIN2+MIN1) if CDMA subscription is available
/hardware/qcom/msm8998/json-c/
DChangeLog20 more than 6 digits show up in the output.
/hardware/ril/libril/
Dril_service.cpp1725 rcsm.sAddress.number_of_digits = sms.address.digits.size(); in constructCdmaSms()
1728 rcsm.sAddress.digits[i] = sms.address.digits[i]; in constructCdmaSms()
1734 rcsm.sSubAddress.number_of_digits = sms.subAddress.digits.size(); in constructCdmaSms()
1737 rcsm.sSubAddress.digits[i] = sms.subAddress.digits[i]; in constructCdmaSms()
7440 msg.address.digits.setToExternal(rilMsg->sAddress.digits, digitLimit); in cdmaNewSmsInd()
7447 msg.subAddress.digits.setToExternal(rilMsg->sSubAddress.digits, digitLimit); in cdmaNewSmsInd()
/hardware/interfaces/radio/1.5/
Dtypes.hal1074 * Device is personalized using the first digits of the ICCID of the SIM card.
1086 * personalization) and the first digits of the IMSI (equivalent to network subset
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_api.cpp1201 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3}; in TEST_P()
1207 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){}; in TEST_P()