Home
last modified time | relevance | path

Searched refs:increaseCount (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h286 float checkFps(bool increaseCount);
DExynosLayer.cpp111 float ExynosLayer::checkFps(bool increaseCount) { in checkFps() argument
113 mFrameCount += increaseCount ? 1 : 0; in checkFps()