Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/include/telephony/
Dril_mnc.h37 static inline std::string decode(int mnc) { in decode() function
126 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()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp296 report.decode(report.mask(report.minRaw), &min); in operator <<()
297 report.decode(report.mask(report.maxRaw), &max); in operator <<()
DHidParser.h125 bool decode(uint32_t input, double *output) const { in decode() function
/hardware/interfaces/cas/1.0/
DIDescramblerBase.hal36 * to decode data of the given mime type.
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp240 quat.decode(quat.mask(quat.minRaw), &min); in processQuaternionUsage()
241 quat.decode(quat.mask(quat.maxRaw), &max); in processQuaternionUsage()
/hardware/ril/libril/
Dril_service.cpp3566 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3584 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3613 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3631 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
7936 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
7960 ril::util::mnc::decode(rillCellInfo->CellInfo.wcdma.cellIdentityWcdma.mnc); in convertRilCellInfoListToHal()
8008 ril::util::mnc::decode(rillCellInfo->CellInfo.lte.cellIdentityLte.mnc); in convertRilCellInfoListToHal()
8038 ril::util::mnc::decode( in convertRilCellInfoListToHal()