Home
last modified time | relevance | path

Searched refs:bucketIdx (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/pixelstats/
DStatsHelper.cpp121 for (int32_t bucketIdx = 0; bucketIdx < kChargeCyclesBucketsCount; ++bucketIdx) { in reportChargeCycles() local
122 tmp.set<VendorAtomValue::intValue>(chargeCycles[bucketIdx]); in reportChargeCycles()
123 values[bucketIdx] = tmp; in reportChargeCycles()
DSysfsCollector.cpp137 for (int bucketIdx = charge_cycles.size(); bucketIdx < kChargeCyclesBucketsCount; in logBatteryChargeCycles() local
138 ++bucketIdx) { in logBatteryChargeCycles()
/hardware/interfaces/wifi/1.5/default/
Dhidl_struct_util.cpp641 if (hidl_bucket_spec.bucketIdx >= MAX_BUCKETS) { in convertHidlGscanParamsToLegacy()
644 legacy_bucket_spec.bucket = hidl_bucket_spec.bucketIdx; in convertHidlGscanParamsToLegacy()
/hardware/interfaces/wifi/1.0/
Dtypes.hal326 uint32_t bucketIdx;