Searched refs:step_count (Results 1 – 1 of 1) sorted by relevance
81 uint8_t step_count = data_provider->ConsumeIntegralInRange<uint>(0, kMaxStepCount); in ElfPushFakeStepData() local82 for (uint8_t i = 0; i < step_count; i++) { in ElfPushFakeStepData()85 bool finished = i + 1 == step_count; in ElfPushFakeStepData()