Ady Abraham | 91e1a57 | 2023-09-07 13:34:46 -0700 | [diff] [blame] | 1 | package: "com.android.graphics.libgui.flags" |
Oriol Prieto Gasco | ce2753a | 2024-04-30 20:05:07 +0000 | [diff] [blame] | 2 | container: "system" |
Ady Abraham | 91e1a57 | 2023-09-07 13:34:46 -0700 | [diff] [blame] | 3 | |
| 4 | flag { |
| 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 Mouri | 21d9432 | 2023-10-17 19:51:39 +0000 | [diff] [blame] | 12 | flag { |
Sungtak Lee | 5a0bfb7 | 2024-07-30 21:54:42 +0000 | [diff] [blame] | 13 | 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 | |
| 20 | flag { |
Alec Mouri | 21d9432 | 2023-10-17 19:51:39 +0000 | [diff] [blame] | 21 | 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 | } |