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