Searched refs:fps (Results 1 – 6 of 6) sorted by relevance
/system/core/healthd/ |
D | healthd_mode_charger_test.cpp | 113 (const std::string& name, int* frames, int* fps, GRSurface*** surface)); 148 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt() argument 150 *fps = 60; // Unused fps value in ExpectChargerResAt()
|
D | healthd_mode_charger.h | 58 virtual int CreateMultiDisplaySurface(const std::string& name, int* frames, int* fps,
|
D | healthd_mode_charger.cpp | 745 int Charger::CreateMultiDisplaySurface(const std::string& name, int* frames, int* fps, in CreateMultiDisplaySurface() argument 747 return res_create_multi_display_surface(name.c_str(), frames, fps, surface); in CreateMultiDisplaySurface()
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 45 const float fps; member
|
D | test.h | 152 const float fps; member
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 76 float fps = refreshRate / 1000.0f; in main() local 105 fps in main()
|