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

  /frameworks/native/include/gui/
OccupancyTracker.h 45 occupancyAverage(0.0f),
48 Segment(nsecs_t totalTime, size_t numFrames, float occupancyAverage,
52 occupancyAverage(occupancyAverage),
64 float occupancyAverage;
  /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/tests/
BufferQueue_test.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 608 milliseconds