OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/include/gui/
OccupancyTracker.h
45
occupancyAverage
(0.0f),
48
Segment(nsecs_t totalTime, size_t numFrames, float
occupancyAverage
,
52
occupancyAverage
(
occupancyAverage
),
64
float
occupancyAverage
;
Completed in 241 milliseconds