blob: b081030c9f0a50a91bd1f4fb92eb5505e9a459d7 [file] [log] [blame]
Ady Abraham91e1a572023-09-07 13:34:46 -07001package: "com.android.graphics.libgui.flags"
2
3flag {
4 name: "bq_setframerate"
5 namespace: "core_graphics"
6 description: "This flag controls plumbing setFrameRate thru BufferQueue"
7 bug: "281695725"
8 is_fixed_read_only: true
9}
10
Alec Mouri21d94322023-10-17 19:51:39 +000011flag {
12 name: "frametimestamps_previousrelease"
13 namespace: "core_graphics"
14 description: "Controls a fence fixup for timestamp apis"
15 bug: "310927247"
16 is_fixed_read_only: true
17}