Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DBenchmarkHelpers.cpp77 uint32_t last_id = 0u; in GetResourceBenchmark() local
82 assetmanager.ResolveReference(cookie, &value, &selected_config, &flags, &last_id); in GetResourceBenchmark()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2550 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in RunInternal() local
2551 id_ = ++last_id; in RunInternal()
2552 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in RunInternal()