Home
last modified time | relevance | path

Searched defs:Fps (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DFps.h36 explicit constexpr Fps(float fps) in Fps() function
92 constexpr Fps(float fps, nsecs_t period) : fps(fps), period(period) {} in Fps() function
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h81 Fps /*currentRefreshRate*/) override { in createVsyncConfiguration() argument