/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_sms.cpp | 133 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/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 400 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/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 412 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/ |
D | ril_cdma_sms.h | 115 unsigned char digits[ RIL_CDMA_SMS_ADDRESS_MAX ]; member 131 unsigned char digits[ RIL_CDMA_SMS_SUBADDRESS_MAX ]; member
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssCallback.hal | 187 * 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/ |
D | types.hal | 789 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
|
D | IRadioResponse.hal | 1797 * @param min MIN (10 digits, MIN2+MIN1) if CDMA subscription is available
|
/hardware/qcom/msm8998/json-c/ |
D | ChangeLog | 20 more than 6 digits show up in the output.
|
/hardware/ril/libril/ |
D | ril_service.cpp | 1725 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/ |
D | types.hal | 1074 * 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/ |
D | radio_hidl_hal_api.cpp | 1201 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()
|