Searched refs:mTimeBuckets (Results 1 – 2 of 2) sorted by relevance
28 mTimeBuckets = 0; in Bench()114 mTimeEndNanos = mTimeStartNanos + mTimeBuckets * mTimeBucketDivisor; in runPowerManagementTest()115 memset(mTimeBucket, 0, sizeof(uint32_t) * mTimeBuckets); in runPowerManagementTest()140 if (bucketCount == mTimeBuckets) { in allocateBuckets()149 mTimeBuckets = bucketCount; in allocateBuckets()150 if (mTimeBuckets > 0) { in allocateBuckets()151 mTimeBucket = new uint32_t[mTimeBuckets]; in allocateBuckets()170 if (bucket >= mTimeBuckets) { in incTimeBucket()180 if (count > mTimeBuckets) { in getData()181 count = mTimeBuckets; in getData()[all …]
98 uint32_t mTimeBuckets; variable