Inseob Kim | d6e835b | 2019-02-14 12:33:30 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
Sundong Ahn | c9a7147 | 2019-04-10 16:54:12 +0900 | [diff] [blame] | 2 | package android.sysprop { |
| 3 | |
| 4 | public final class SurfaceFlingerProperties { |
Yichi Chen | da901bf | 2019-06-28 14:58:27 +0800 | [diff] [blame^] | 5 | method public static java.util.Optional<java.lang.Long> color_space_agnostic_dataspace(); |
Sundong Ahn | c9a7147 | 2019-04-10 16:54:12 +0900 | [diff] [blame] | 6 | method public static java.util.Optional<java.lang.Long> default_composition_dataspace(); |
| 7 | method public static java.util.Optional<java.lang.Integer> default_composition_pixel_format(); |
| 8 | method public static java.util.List<java.lang.Double> display_primary_blue(); |
| 9 | method public static java.util.List<java.lang.Double> display_primary_green(); |
| 10 | method public static java.util.List<java.lang.Double> display_primary_red(); |
| 11 | method public static java.util.List<java.lang.Double> display_primary_white(); |
| 12 | method public static java.util.Optional<java.lang.Boolean> enable_protected_contents(); |
| 13 | method public static java.util.Optional<java.lang.Boolean> force_hwc_copy_for_virtual_displays(); |
| 14 | method public static java.util.Optional<java.lang.Boolean> has_HDR_display(); |
| 15 | method public static java.util.Optional<java.lang.Boolean> has_wide_color_display(); |
| 16 | method public static java.util.Optional<java.lang.Long> max_frame_buffer_acquired_buffers(); |
| 17 | method public static java.util.Optional<java.lang.Long> max_virtual_display_dimension(); |
| 18 | method public static java.util.Optional<java.lang.Long> present_time_offset_from_vsync_ns(); |
| 19 | method public static java.util.Optional<android.sysprop.SurfaceFlingerProperties.primary_display_orientation_values> primary_display_orientation(); |
| 20 | method public static java.util.Optional<java.lang.Boolean> running_without_sync_framework(); |
| 21 | method public static java.util.Optional<java.lang.Integer> set_idle_timer_ms(); |
Ady Abraham | 8532d01 | 2019-05-08 14:50:56 -0700 | [diff] [blame] | 22 | method public static java.util.Optional<java.lang.Integer> set_touch_timer_ms(); |
Sundong Ahn | c9a7147 | 2019-04-10 16:54:12 +0900 | [diff] [blame] | 23 | method public static java.util.Optional<java.lang.Boolean> start_graphics_allocator_service(); |
Alec Mouri | dc28b37 | 2019-04-18 21:17:13 -0700 | [diff] [blame] | 24 | method public static java.util.Optional<java.lang.Boolean> support_kernel_idle_timer(); |
Sundong Ahn | c9a7147 | 2019-04-10 16:54:12 +0900 | [diff] [blame] | 25 | method public static java.util.Optional<java.lang.Boolean> use_color_management(); |
| 26 | method public static java.util.Optional<java.lang.Boolean> use_context_priority(); |
| 27 | method public static java.util.Optional<java.lang.Boolean> use_smart_90_for_video(); |
| 28 | method public static java.util.Optional<java.lang.Boolean> use_vr_flinger(); |
| 29 | method public static java.util.Optional<java.lang.Long> vsync_event_phase_offset_ns(); |
| 30 | method public static java.util.Optional<java.lang.Long> vsync_sf_event_phase_offset_ns(); |
| 31 | method public static java.util.Optional<java.lang.Long> wcg_composition_dataspace(); |
| 32 | method public static java.util.Optional<java.lang.Integer> wcg_composition_pixel_format(); |
| 33 | } |
| 34 | |
| 35 | public enum SurfaceFlingerProperties.primary_display_orientation_values { |
| 36 | method public String getPropValue(); |
| 37 | enum_constant public static final android.sysprop.SurfaceFlingerProperties.primary_display_orientation_values ORIENTATION_0; |
| 38 | enum_constant public static final android.sysprop.SurfaceFlingerProperties.primary_display_orientation_values ORIENTATION_180; |
| 39 | enum_constant public static final android.sysprop.SurfaceFlingerProperties.primary_display_orientation_values ORIENTATION_270; |
| 40 | enum_constant public static final android.sysprop.SurfaceFlingerProperties.primary_display_orientation_values ORIENTATION_90; |
| 41 | } |
| 42 | |
| 43 | } |
| 44 | |