Searched refs:decode (Results 1 – 8 of 8) sorted by relevance
37 static inline std::string decode(int mnc) { in decode() function126 if (decode(encode(mncs[i].in)).compare(mncs[i].out)) return 1; in test()139 if (decode(legacy_mncs[i].in).compare(legacy_mncs[i].out)) return 1; in test()
36 static inline std::string decode(int mcc) { in decode() function61 if (decode(legacy_mccs[i].in).compare(legacy_mccs[i].out)) return 1; in test()
36 * to decode data of the given mime type.
297 report.decode(report.mask(report.minRaw), &min); in operator <<()298 report.decode(report.mask(report.maxRaw), &max); in operator <<()
126 bool decode(uint32_t input, double *output) const { in decode() function
242 quat.decode(quat.mask(quat.minRaw), &min); in processQuaternionUsage()243 quat.decode(quat.mask(quat.maxRaw), &max); in processQuaternionUsage()
3513 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()3515 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()3531 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()3533 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()3560 ril::util::mcc::decode(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()3562 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()3578 ril::util::mcc::decode(rilCellIdentity.cellIdentityTdscdma.mcc); in fillCellIdentityResponse()3580 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()7820 ril::util::mcc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mcc); in convertRilCellInfoListToHal()7822 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()[all …]
417 * and decode the buffer metadata from a byte stream. We STRONGLY recommend using