Home
last modified time | relevance | path

Searched refs:surface_flinger (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/private/
Dproperty_contexts1375 ro.surface_flinger.default_composition_dataspace u:object_r:surfaceflinger_prop:s0 exact i…
1376 ro.surface_flinger.default_composition_pixel_format u:object_r:surfaceflinger_prop:s0 exact i…
1377 ro.surface_flinger.force_hwc_copy_for_virtual_displays u:object_r:surfaceflinger_prop:s0 exact b…
1378 ro.surface_flinger.has_HDR_display u:object_r:surfaceflinger_prop:s0 exact b…
1379 ro.surface_flinger.has_wide_color_display u:object_r:surfaceflinger_prop:s0 exact b…
1380 ro.surface_flinger.max_frame_buffer_acquired_buffers u:object_r:surfaceflinger_prop:s0 exact i…
1381 ro.surface_flinger.max_graphics_height u:object_r:surfaceflinger_prop:s0 exact i…
1382 ro.surface_flinger.max_graphics_width u:object_r:surfaceflinger_prop:s0 exact i…
1383 ro.surface_flinger.max_virtual_display_dimension u:object_r:surfaceflinger_prop:s0 exact i…
1384 ro.surface_flinger.primary_display_orientation u:object_r:surfaceflinger_prop:s0 exact e…
[all …]
/system/core/init/
Dreboot.cpp702 Service* surface_flinger = ServiceList::GetInstance().FindService("surfaceflinger"); in DoReboot() local
703 if (boot_anim != nullptr && surface_flinger != nullptr && surface_flinger->IsRunning()) { in DoReboot()
727 surface_flinger->SetShutdownCritical(); in DoReboot()