HomeSort by relevance Sort by last modified time
    Searched defs:occupancyAverage (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
OccupancyTracker.cpp 38 result = parcel->writeFloat(occupancyAverage);
56 result = parcel->readFloat(&occupancyAverage);
99 float occupancyAverage = 0.0f;
105 occupancyAverage += timeRatio * occupancy;
109 mPendingSegment.numFrames, occupancyAverage, usedThirdBuffer});
  /frameworks/native/libs/gui/include/gui/
OccupancyTracker.h 45 occupancyAverage(0.0f),
52 occupancyAverage(_occupancyAverage),
64 float occupancyAverage;

Completed in 405 milliseconds