Searched refs:bucketIndex (Results 1 – 2 of 2) sorted by relevance
59 uint8_t bucketIndex = static_cast<uint8_t>(index) >> 4; variable60 T* bucket = mBuckets[bucketIndex];71 uint8_t bucketIndex = static_cast<uint8_t>(index) >> 4; in editItemAt() local72 T* bucket = mBuckets[bucketIndex]; in editItemAt()74 bucket = mBuckets[bucketIndex] = new T[BUCKET_SIZE](); in editItemAt()
858 int bucketIndex = getBestBucket(settings); in addScanRequestToBucket() local859 if (bucketIndex == -1) { in addScanRequestToBucket()881 WifiNative.BucketSettings bucket = mSettings.buckets[bucketIndex]; in addScanRequestToBucket()922 mChannelToBucketMap.put(bucketIndex, channelSettings.frequency); in addScanRequestToBucket()934 bucket.period_ms = mTimeBuckets[bucketIndex].periodInSecond * 1000; in addScanRequestToBucket()