Searched defs:last_id (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp136 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id";
1648 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); local
1649 ds.id_ = ++last_id;
1650 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id));

Completed in 836 milliseconds