commit | 88606ff3a3d23ade3eb54310d1181f6454610453 | [log] [tgz] |
---|---|---|
author | Rheygine Medel <quic_rmedel@quicinc.com> | Thu Jun 30 11:21:55 2022 -0700 |
committer | micky387 <mickaelsaibi@free.fr> | Fri Sep 13 21:06:51 2024 -0400 |
tree | c6cfa19c042fd54b427871314b50ed3dac35fe65 | |
parent | 9be9d5fa611153423e8e5129f4c452fe462736f2 [diff] [blame] |
sf: Allow WFD to use hwc in vendor frozen targets Change-Id: Iecd2be3eb8775855d82763f069a38bb70fe53d4e CRs-Fixed: 3229968
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 3cb2274..7c2d164 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -1503,6 +1503,7 @@ bool mAllowHwcForVDS = false; bool mAllowHwcForWFD = false; + int mFirstApiLevel = 0; // returns the framerate of the layer with the given sequence ID float getLayerFramerate(nsecs_t now, int32_t id) const {