Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 1 | props { |
| 2 | module: "android.sysprop.SurfaceFlingerProperties" |
| 3 | prop { |
| 4 | api_name: "color_space_agnostic_dataspace" |
| 5 | type: Long |
| 6 | prop_name: "ro.surface_flinger.color_space_agnostic_dataspace" |
| 7 | } |
| 8 | prop { |
| 9 | api_name: "default_composition_dataspace" |
| 10 | type: Long |
| 11 | prop_name: "ro.surface_flinger.default_composition_dataspace" |
| 12 | } |
| 13 | prop { |
| 14 | api_name: "default_composition_pixel_format" |
| 15 | type: Integer |
| 16 | prop_name: "ro.surface_flinger.default_composition_pixel_format" |
| 17 | } |
| 18 | prop { |
| 19 | api_name: "display_primary_blue" |
| 20 | type: DoubleList |
| 21 | prop_name: "ro.surface_flinger.display_primary_blue" |
| 22 | } |
| 23 | prop { |
| 24 | api_name: "display_primary_green" |
| 25 | type: DoubleList |
| 26 | prop_name: "ro.surface_flinger.display_primary_green" |
| 27 | } |
| 28 | prop { |
| 29 | api_name: "display_primary_red" |
| 30 | type: DoubleList |
| 31 | prop_name: "ro.surface_flinger.display_primary_red" |
| 32 | } |
| 33 | prop { |
| 34 | api_name: "display_primary_white" |
| 35 | type: DoubleList |
| 36 | prop_name: "ro.surface_flinger.display_primary_white" |
| 37 | } |
| 38 | prop { |
| 39 | api_name: "enable_protected_contents" |
| 40 | prop_name: "ro.surface_flinger.protected_contents" |
| 41 | } |
| 42 | prop { |
| 43 | api_name: "force_hwc_copy_for_virtual_displays" |
| 44 | prop_name: "ro.surface_flinger.force_hwc_copy_for_virtual_displays" |
| 45 | } |
| 46 | prop { |
| 47 | api_name: "has_HDR_display" |
| 48 | prop_name: "ro.surface_flinger.has_HDR_display" |
| 49 | } |
| 50 | prop { |
| 51 | api_name: "has_wide_color_display" |
| 52 | prop_name: "ro.surface_flinger.has_wide_color_display" |
| 53 | } |
| 54 | prop { |
| 55 | api_name: "max_frame_buffer_acquired_buffers" |
| 56 | type: Long |
| 57 | prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers" |
| 58 | } |
| 59 | prop { |
| 60 | api_name: "max_virtual_display_dimension" |
| 61 | type: Long |
| 62 | prop_name: "ro.surface_flinger.max_virtual_display_dimension" |
| 63 | } |
| 64 | prop { |
| 65 | api_name: "present_time_offset_from_vsync_ns" |
| 66 | type: Long |
| 67 | prop_name: "ro.surface_flinger.present_time_offset_from_vsync_ns" |
| 68 | } |
| 69 | prop { |
| 70 | api_name: "primary_display_orientation" |
| 71 | type: Enum |
| 72 | prop_name: "ro.surface_flinger.primary_display_orientation" |
| 73 | enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270" |
| 74 | } |
| 75 | prop { |
Ana Krulec | 10e0205 | 2020-02-04 17:16:10 +0000 | [diff] [blame] | 76 | api_name: "refresh_rate_switching" |
| 77 | prop_name: "ro.surface_flinger.refresh_rate_switching" |
Ana Krulec | 3f6a206 | 2020-01-23 15:48:01 -0800 | [diff] [blame] | 78 | deprecated: true |
Ana Krulec | 10e0205 | 2020-02-04 17:16:10 +0000 | [diff] [blame] | 79 | } |
| 80 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 81 | api_name: "running_without_sync_framework" |
| 82 | prop_name: "ro.surface_flinger.running_without_sync_framework" |
| 83 | } |
| 84 | prop { |
| 85 | api_name: "set_display_power_timer_ms" |
| 86 | type: Integer |
| 87 | prop_name: "ro.surface_flinger.set_display_power_timer_ms" |
| 88 | } |
| 89 | prop { |
| 90 | api_name: "set_idle_timer_ms" |
| 91 | type: Integer |
| 92 | prop_name: "ro.surface_flinger.set_idle_timer_ms" |
| 93 | } |
| 94 | prop { |
| 95 | api_name: "set_touch_timer_ms" |
| 96 | type: Integer |
| 97 | prop_name: "ro.surface_flinger.set_touch_timer_ms" |
| 98 | } |
| 99 | prop { |
| 100 | api_name: "start_graphics_allocator_service" |
| 101 | prop_name: "ro.surface_flinger.start_graphics_allocator_service" |
| 102 | } |
| 103 | prop { |
| 104 | api_name: "support_kernel_idle_timer" |
| 105 | prop_name: "ro.surface_flinger.support_kernel_idle_timer" |
| 106 | } |
| 107 | prop { |
Lucas Dupin | 19c8f0e | 2019-11-25 17:55:44 -0800 | [diff] [blame] | 108 | api_name: "supports_background_blur" |
| 109 | prop_name: "ro.surface_flinger.supports_background_blur" |
| 110 | } |
| 111 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 112 | api_name: "use_color_management" |
| 113 | prop_name: "ro.surface_flinger.use_color_management" |
| 114 | } |
| 115 | prop { |
Ady Abraham | 48da070 | 2020-02-04 15:59:25 -0800 | [diff] [blame] | 116 | api_name: "use_content_detection_for_refresh_rate" |
| 117 | prop_name: "ro.surface_flinger.use_content_detection_for_refresh_rate" |
| 118 | } |
| 119 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 120 | api_name: "use_context_priority" |
| 121 | prop_name: "ro.surface_flinger.use_context_priority" |
| 122 | } |
| 123 | prop { |
Ana Krulec | 3803b8d | 2020-02-03 16:35:46 -0800 | [diff] [blame^] | 124 | api_name: "use_frame_rate_api" |
| 125 | prop_name: "ro.surface_flinger.use_frame_rate_api" |
| 126 | } |
| 127 | prop { |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 128 | api_name: "use_smart_90_for_video" |
| 129 | prop_name: "ro.surface_flinger.use_smart_90_for_video" |
Ady Abraham | 48da070 | 2020-02-04 15:59:25 -0800 | [diff] [blame] | 130 | deprecated: true |
Inseob Kim | 0bbb2a1 | 2019-07-30 18:24:39 +0900 | [diff] [blame] | 131 | } |
| 132 | prop { |
| 133 | api_name: "use_vr_flinger" |
| 134 | prop_name: "ro.surface_flinger.use_vr_flinger" |
| 135 | } |
| 136 | prop { |
| 137 | api_name: "vsync_event_phase_offset_ns" |
| 138 | type: Long |
| 139 | prop_name: "ro.surface_flinger.vsync_event_phase_offset_ns" |
| 140 | } |
| 141 | prop { |
| 142 | api_name: "vsync_sf_event_phase_offset_ns" |
| 143 | type: Long |
| 144 | prop_name: "ro.surface_flinger.vsync_sf_event_phase_offset_ns" |
| 145 | } |
| 146 | prop { |
| 147 | api_name: "wcg_composition_dataspace" |
| 148 | type: Long |
| 149 | prop_name: "ro.surface_flinger.wcg_composition_dataspace" |
| 150 | } |
| 151 | prop { |
| 152 | api_name: "wcg_composition_pixel_format" |
| 153 | type: Integer |
| 154 | prop_name: "ro.surface_flinger.wcg_composition_pixel_format" |
| 155 | } |
| 156 | } |