Home
last modified time | relevance | path

Searched refs:lifetime_a (Results 1 – 3 of 3) sorted by relevance

/system/core/storaged/
Dstoraged_info.cpp149 << version << eol << lifetime_a << lifetime_b in publish()
279 if (sscanf(buffer.c_str(), "0x%hx 0x%hx", &lifetime_a, &lifetime_b) < 2 || in report_sysfs()
280 (lifetime_a == 0 && lifetime_b == 0)) { in report_sysfs()
323 if (!ParseUint(str, &lifetime_a)) { in report_debugfs()
367 lifetime_a = val; in report()
373 if (eol == 0 || (lifetime_a == 0 && lifetime_b == 0)) { in report()
402 lifetime_a = halInfo.lifetimeA; in set_values_from_hal_storage_info()
DEventLogTags.logtags39 2733 storaged_emmc_info (mmc_ver|3),(eol|1),(lifetime_a|1),(lifetime_b|1)
/system/core/storaged/include/
Dstoraged_info.h44 uint16_t lifetime_a; // device life time estimation (type A) variable
61 storage_info_t() : eol(0), lifetime_a(0), lifetime_b(0), in storage_info_t()