Searched refs:last_id (Results 1 – 2 of 2) sorted by relevance
77 uint32_t last_id = 0u; in GetResourceBenchmark() local82 assetmanager.ResolveReference(cookie, &value, &selected_config, &flags, &last_id); in GetResourceBenchmark()
2550 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in RunInternal() local2551 id_ = ++last_id; in RunInternal()2552 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in RunInternal()