blob: 78fc59072e8a0698f2e6eb133d501eeb25e2c44d [file] [log] [blame]
Ady Abraham91e1a572023-09-07 13:34:46 -07001package: "com.android.graphics.libgui.flags"
Oriol Prieto Gascoce2753a2024-04-30 20:05:07 +00002container: "system"
Ady Abraham91e1a572023-09-07 13:34:46 -07003
4flag {
5 name: "bq_setframerate"
6 namespace: "core_graphics"
7 description: "This flag controls plumbing setFrameRate thru BufferQueue"
8 bug: "281695725"
9 is_fixed_read_only: true
10}
11
Alec Mouri21d94322023-10-17 19:51:39 +000012flag {
Sungtak Lee5a0bfb72024-07-30 21:54:42 +000013 name: "bq_consumer_attach_callback"
14 namespace: "core_graphics"
15 description: "Controls IProducerListener to have consumer side attach callback"
16 bug: "353202582"
17 is_fixed_read_only: true
18} # bq_consumer_attach_callback
19
20flag {
Alec Mouri21d94322023-10-17 19:51:39 +000021 name: "frametimestamps_previousrelease"
22 namespace: "core_graphics"
23 description: "Controls a fence fixup for timestamp apis"
24 bug: "310927247"
25 is_fixed_read_only: true
26}