1package: "com.android.graphics.libgui.flags" 2container: "system" 3 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} # bq_setframerate 11 12flag { 13 name: "frametimestamps_previousrelease" 14 namespace: "core_graphics" 15 description: "Controls a fence fixup for timestamp apis" 16 bug: "310927247" 17 is_fixed_read_only: true 18} # frametimestamps_previousrelease 19 20flag { 21 name: "bq_extendedallocate" 22 namespace: "core_graphics" 23 description: "Add BQ support for allocate with extended options" 24 bug: "268382490" 25 is_fixed_read_only: true 26} # bq_extendedallocate 27 28flag { 29 name: "trace_frame_rate_override" 30 namespace: "core_graphics" 31 description: "Trace FrameRateOverride fps" 32 bug: "347314033" 33 is_fixed_read_only: true 34 metadata { 35 purpose: PURPOSE_BUGFIX 36 } 37} # trace_frame_rate_override 38