Home
last modified time | relevance | path

Searched refs:step_count (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp86 uint8_t step_count = data_provider->ConsumeIntegralInRange<uint>(0, kMaxStepCount); in ElfPushFakeStepData() local
87 for (uint8_t i = 0; i < step_count; i++) { in ElfPushFakeStepData()
90 bool finished = i + 1 == step_count; in ElfPushFakeStepData()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h159 int step_count; // for exponential back off bucket, number of scans to perform for a given member
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DBackgroundScanScheduler.java239 bucketSettings.step_count = stepCount; in createBucketSettings()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp295 bucketSpec.base, bucketSpec.step_count); in wifi_start_gscan()
321 bucketSpec.step_count)) in wifi_start_gscan()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp490 mParams->buckets[i].step_count); in createSetupRequest()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java3002 public int step_count;
H A DWifiVendorHal.java922 pa.exponentialStepCount = bs.step_count; in makeStaBackgroundScanBucketParametersFromBucketSettings()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp651 legacy_bucket_spec.step_count = hidl_bucket_spec.exponentialStepCount; in convertHidlGscanParamsToLegacy()
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal352 * actual_period(N) = period * (base ^ (N/step_count))