Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 1 | props { |
| 2 | module: "android.sysprop.SurfaceFlingerProperties" |
| 3 | prop { |
Brian Lindahl | 5b0ffe0 | 2023-06-15 14:19:43 -0600 | [diff] [blame^] | 4 | api_name: "clear_slots_with_set_layer_buffer" |
| 5 | prop_name: "ro.surface_flinger.clear_slots_with_set_layer_buffer" |
| 6 | } |
| 7 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 8 | api_name: "color_space_agnostic_dataspace" |
| 9 | type: Long |
| 10 | prop_name: "ro.surface_flinger.color_space_agnostic_dataspace" |
| 11 | } |
| 12 | prop { |
| 13 | api_name: "default_composition_dataspace" |
| 14 | type: Long |
| 15 | prop_name: "ro.surface_flinger.default_composition_dataspace" |
| 16 | } |
| 17 | prop { |
| 18 | api_name: "default_composition_pixel_format" |
| 19 | type: Integer |
| 20 | prop_name: "ro.surface_flinger.default_composition_pixel_format" |
| 21 | } |
| 22 | prop { |
| 23 | api_name: "display_primary_blue" |
| 24 | type: DoubleList |
| 25 | prop_name: "ro.surface_flinger.display_primary_blue" |
| 26 | } |
| 27 | prop { |
| 28 | api_name: "display_primary_green" |
| 29 | type: DoubleList |
| 30 | prop_name: "ro.surface_flinger.display_primary_green" |
| 31 | } |
| 32 | prop { |
| 33 | api_name: "display_primary_red" |
| 34 | type: DoubleList |
| 35 | prop_name: "ro.surface_flinger.display_primary_red" |
| 36 | } |
| 37 | prop { |
| 38 | api_name: "display_primary_white" |
| 39 | type: DoubleList |
| 40 | prop_name: "ro.surface_flinger.display_primary_white" |
| 41 | } |
| 42 | prop { |
Dan Stoza | 030fbc1 | 2020-02-19 15:32:01 -0800 | [diff] [blame] | 43 | api_name: "display_update_imminent_timeout_ms" |
| 44 | type: Integer |
| 45 | prop_name: "ro.surface_flinger.display_update_imminent_timeout_ms" |
| 46 | } |
| 47 | prop { |
Ady Abraham | 4899ff8 | 2021-01-06 13:53:29 -0800 | [diff] [blame] | 48 | api_name: "enable_frame_rate_override" |
| 49 | prop_name: "ro.surface_flinger.enable_frame_rate_override" |
| 50 | } |
| 51 | prop { |
Ady Abraham | 9c87def | 2021-02-18 11:25:28 -0800 | [diff] [blame] | 52 | api_name: "enable_layer_caching" |
| 53 | prop_name: "ro.surface_flinger.enable_layer_caching" |
| 54 | } |
| 55 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 56 | api_name: "enable_protected_contents" |
| 57 | prop_name: "ro.surface_flinger.protected_contents" |
| 58 | } |
| 59 | prop { |
John Reck | ac09e45 | 2021-04-07 16:35:37 -0400 | [diff] [blame] | 60 | api_name: "enable_sdr_dimming" |
| 61 | prop_name: "ro.surface_flinger.enable_sdr_dimming" |
| 62 | } |
| 63 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 64 | api_name: "force_hwc_copy_for_virtual_displays" |
| 65 | prop_name: "ro.surface_flinger.force_hwc_copy_for_virtual_displays" |
| 66 | } |
| 67 | prop { |
| 68 | api_name: "has_HDR_display" |
| 69 | prop_name: "ro.surface_flinger.has_HDR_display" |
| 70 | } |
| 71 | prop { |
| 72 | api_name: "has_wide_color_display" |
| 73 | prop_name: "ro.surface_flinger.has_wide_color_display" |
| 74 | } |
| 75 | prop { |
John Reck | 49d9ad3 | 2022-02-23 19:03:31 -0500 | [diff] [blame] | 76 | api_name: "ignore_hdr_camera_layers" |
| 77 | prop_name: "ro.surface_flinger.ignore_hdr_camera_layers" |
| 78 | } |
| 79 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 80 | api_name: "max_frame_buffer_acquired_buffers" |
| 81 | type: Long |
| 82 | prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers" |
| 83 | } |
| 84 | prop { |
Brian Lindahl | a13f2d5 | 2020-03-05 11:54:17 +0100 | [diff] [blame] | 85 | api_name: "max_graphics_height" |
| 86 | type: Integer |
| 87 | prop_name: "ro.surface_flinger.max_graphics_height" |
| 88 | } |
| 89 | prop { |
| 90 | api_name: "max_graphics_width" |
| 91 | type: Integer |
| 92 | prop_name: "ro.surface_flinger.max_graphics_width" |
| 93 | } |
| 94 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 95 | api_name: "max_virtual_display_dimension" |
| 96 | type: Long |
| 97 | prop_name: "ro.surface_flinger.max_virtual_display_dimension" |
| 98 | } |
| 99 | prop { |
Lloyd Pique | a1456c1 | 2023-05-17 12:11:15 -0700 | [diff] [blame] | 100 | api_name: "min_acquired_buffers" |
| 101 | type: Long |
| 102 | prop_name: "ro.surface_flinger.min_acquired_buffers" |
| 103 | } |
| 104 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 105 | api_name: "present_time_offset_from_vsync_ns" |
| 106 | type: Long |
| 107 | prop_name: "ro.surface_flinger.present_time_offset_from_vsync_ns" |
| 108 | } |
| 109 | prop { |
| 110 | api_name: "primary_display_orientation" |
| 111 | type: Enum |
| 112 | prop_name: "ro.surface_flinger.primary_display_orientation" |
| 113 | enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270" |
| 114 | } |
| 115 | prop { |
Ana Krulec | 10e0205 | 2020-02-04 17:16:10 +0000 | [diff] [blame] | 116 | api_name: "refresh_rate_switching" |
| 117 | prop_name: "ro.surface_flinger.refresh_rate_switching" |
Ana Krulec | 3f6a206 | 2020-01-23 15:48:01 -0800 | [diff] [blame] | 118 | deprecated: true |
Ana Krulec | 10e0205 | 2020-02-04 17:16:10 +0000 | [diff] [blame] | 119 | } |
| 120 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 121 | api_name: "running_without_sync_framework" |
| 122 | prop_name: "ro.surface_flinger.running_without_sync_framework" |
| 123 | } |
| 124 | prop { |
| 125 | api_name: "set_display_power_timer_ms" |
| 126 | type: Integer |
| 127 | prop_name: "ro.surface_flinger.set_display_power_timer_ms" |
| 128 | } |
| 129 | prop { |
| 130 | api_name: "set_idle_timer_ms" |
| 131 | type: Integer |
| 132 | prop_name: "ro.surface_flinger.set_idle_timer_ms" |
| 133 | } |
| 134 | prop { |
| 135 | api_name: "set_touch_timer_ms" |
| 136 | type: Integer |
| 137 | prop_name: "ro.surface_flinger.set_touch_timer_ms" |
| 138 | } |
| 139 | prop { |
| 140 | api_name: "start_graphics_allocator_service" |
| 141 | prop_name: "ro.surface_flinger.start_graphics_allocator_service" |
| 142 | } |
| 143 | prop { |
| 144 | api_name: "support_kernel_idle_timer" |
| 145 | prop_name: "ro.surface_flinger.support_kernel_idle_timer" |
| 146 | } |
| 147 | prop { |
Lucas Dupin | 19c8f0e | 2019-11-25 17:55:44 -0800 | [diff] [blame] | 148 | api_name: "supports_background_blur" |
| 149 | prop_name: "ro.surface_flinger.supports_background_blur" |
| 150 | } |
| 151 | prop { |
Marin Shalamanov | f8c6372 | 2020-10-06 13:11:21 +0200 | [diff] [blame] | 152 | api_name: "update_device_product_info_on_hotplug_reconnect" |
| 153 | prop_name: "ro.surface_flinger.update_device_product_info_on_hotplug_reconnect" |
| 154 | } |
| 155 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 156 | api_name: "use_color_management" |
| 157 | prop_name: "ro.surface_flinger.use_color_management" |
| 158 | } |
| 159 | prop { |
Ady Abraham | 48da070 | 2020-02-04 15:59:25 -0800 | [diff] [blame] | 160 | api_name: "use_content_detection_for_refresh_rate" |
| 161 | prop_name: "ro.surface_flinger.use_content_detection_for_refresh_rate" |
| 162 | } |
| 163 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 164 | api_name: "use_context_priority" |
| 165 | prop_name: "ro.surface_flinger.use_context_priority" |
| 166 | } |
| 167 | prop { |
| 168 | api_name: "use_smart_90_for_video" |
| 169 | prop_name: "ro.surface_flinger.use_smart_90_for_video" |
Ady Abraham | 48da070 | 2020-02-04 15:59:25 -0800 | [diff] [blame] | 170 | deprecated: true |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 171 | } |
| 172 | prop { |
| 173 | api_name: "use_vr_flinger" |
| 174 | prop_name: "ro.surface_flinger.use_vr_flinger" |
| 175 | } |
| 176 | prop { |
| 177 | api_name: "vsync_event_phase_offset_ns" |
| 178 | type: Long |
| 179 | prop_name: "ro.surface_flinger.vsync_event_phase_offset_ns" |
| 180 | } |
| 181 | prop { |
| 182 | api_name: "vsync_sf_event_phase_offset_ns" |
| 183 | type: Long |
| 184 | prop_name: "ro.surface_flinger.vsync_sf_event_phase_offset_ns" |
| 185 | } |
| 186 | prop { |
| 187 | api_name: "wcg_composition_dataspace" |
| 188 | type: Long |
| 189 | prop_name: "ro.surface_flinger.wcg_composition_dataspace" |
| 190 | } |
| 191 | prop { |
| 192 | api_name: "wcg_composition_pixel_format" |
| 193 | type: Integer |
| 194 | prop_name: "ro.surface_flinger.wcg_composition_pixel_format" |
| 195 | } |
| 196 | } |