HomeSort by relevance Sort by last modified time
    Searched refs:lifetime_a (Results 1 - 2 of 2) sorted by null

  /system/core/storaged/include/
storaged_info.h 32 uint16_t lifetime_a; // device life time estimation (type A) member in class:storage_info_t
40 storage_info_t() : eol(0), lifetime_a(0), lifetime_b(0),
  /system/core/storaged/
storaged_info.cpp 75 << version << eol << lifetime_a << lifetime_b
116 if (sscanf(buffer.c_str(), "0x%hx 0x%hx", &lifetime_a, &lifetime_b) < 2 ||
117 (lifetime_a == 0 && lifetime_b == 0)) {
156 if (!ParseUint(str, &lifetime_a)) {
200 lifetime_a = val;
206 if (eol == 0 || (lifetime_a == 0 && lifetime_b == 0)) {

Completed in 60 milliseconds