Home
last modified time | relevance | path

Searched refs:ADisplay_getMaxSupportedFps (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/nativedisplay/include/apex/
Ddisplay.h74 float ADisplay_getMaxSupportedFps(ADisplay* display);
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt34 android::ADisplay_getMaxSupportedFps*;
DADisplay.cpp229 float ADisplay_getMaxSupportedFps(ADisplay* display) { in ADisplay_getMaxSupportedFps() function
/frameworks/base/libs/hwui/
DDeviceInfo.cpp78 mMaxRefreshRate = ADisplay_getMaxSupportedFps(primaryDisplay); in updateDisplayInfo()