Searched refs:step_count (Results 1 – 9 of 9) 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()
159 int step_count; // for exponential back off bucket, number of scans to perform for a given member
239 bucketSettings.step_count = stepCount; in createBucketSettings()
295 bucketSpec.base, bucketSpec.step_count); in wifi_start_gscan()321 bucketSpec.step_count)) in wifi_start_gscan()
490 mParams->buckets[i].step_count); in createSetupRequest()
3002 public int step_count;
922 pa.exponentialStepCount = bs.step_count; in makeStaBackgroundScanBucketParametersFromBucketSettings()
651 legacy_bucket_spec.step_count = hidl_bucket_spec.exponentialStepCount; in convertHidlGscanParamsToLegacy()
352 * actual_period(N) = period * (base ^ (N/step_count))