Searched refs:prop_name (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/services/surfaceflinger/sysprop/api/ |
D | SurfaceFlingerProperties-current.txt | 5 prop_name: "ro.surface_flinger.clear_slots_with_set_layer_buffer" 10 prop_name: "ro.surface_flinger.color_space_agnostic_dataspace" 15 prop_name: "ro.surface_flinger.default_composition_dataspace" 20 prop_name: "ro.surface_flinger.default_composition_pixel_format" 25 prop_name: "ro.surface_flinger.display_primary_blue" 30 prop_name: "ro.surface_flinger.display_primary_green" 35 prop_name: "ro.surface_flinger.display_primary_red" 40 prop_name: "ro.surface_flinger.display_primary_white" 45 prop_name: "ro.surface_flinger.display_update_imminent_timeout_ms" 49 prop_name: "ro.surface_flinger.enable_frame_rate_override" [all …]
|
D | SurfaceFlingerProperties-latest.txt | 6 prop_name: "ro.surface_flinger.color_space_agnostic_dataspace" 11 prop_name: "ro.surface_flinger.default_composition_dataspace" 16 prop_name: "ro.surface_flinger.default_composition_pixel_format" 21 prop_name: "ro.surface_flinger.display_primary_blue" 26 prop_name: "ro.surface_flinger.display_primary_green" 31 prop_name: "ro.surface_flinger.display_primary_red" 36 prop_name: "ro.surface_flinger.display_primary_white" 41 prop_name: "ro.surface_flinger.display_update_imminent_timeout_ms" 45 prop_name: "ro.surface_flinger.protected_contents" 49 prop_name: "ro.surface_flinger.force_hwc_copy_for_virtual_displays" [all …]
|
/frameworks/libs/binary_translation/base/ |
D | config_globals.cc | 50 bool TryReadBionicSystemPropertyImpl(const std::string_view prop_name, const char** value_ptr) { in TryReadBionicSystemPropertyImpl() argument 51 auto pi = __system_property_find(prop_name.data()); in TryReadBionicSystemPropertyImpl() 64 bool TryReadBionicSystemProperty(const std::string_view prop_name, const char** value_ptr) { in TryReadBionicSystemProperty() argument 66 if (prop_name.size() > 3 && prop_name.substr(0, 3) == "ro." && in TryReadBionicSystemProperty() 67 TryReadBionicSystemPropertyImpl(prop_name.substr(3), value_ptr)) { in TryReadBionicSystemProperty() 71 return TryReadBionicSystemPropertyImpl(prop_name, value_ptr); in TryReadBionicSystemProperty() 77 [[maybe_unused]] const std::string_view prop_name, in TryReadConfig() argument 84 return TryReadBionicSystemProperty(prop_name, value_ptr); in TryReadConfig() 92 ConfigStr::ConfigStr(const char* env_name, const char* prop_name) { in ConfigStr() argument 93 TryReadConfig(env_name, prop_name, &value_); in ConfigStr()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 41 prop_name: "ro.surface_flinger.vsync_event_phase_offset_ns" 49 prop_name: "ro.surface_flinger.vsync_sf_event_phase_offset_ns" 58 prop_name: "ro.surface_flinger.use_context_priority" 67 prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers" 77 prop_name: "ro.surface_flinger.max_graphics_width" 87 prop_name: "ro.surface_flinger.max_graphics_height" 105 prop_name: "ro.surface_flinger.has_wide_color_display" 115 prop_name: "ro.surface_flinger.running_without_sync_framework" 133 prop_name: "ro.surface_flinger.has_HDR_display" 142 prop_name: "ro.surface_flinger.present_time_offset_from_vsync_ns" [all …]
|
/frameworks/base/core/sysprop/api/ |
D | com.android.sysprop.watchdog-latest.txt | 7 prop_name: "framework_watchdog.fatal_count" 13 prop_name: "framework_watchdog.fatal_window.second" 18 prop_name: "persist.debug.framework_watchdog.fatal_ignore"
|
D | com.android.sysprop.foldlockbehavior-latest.txt | 6 prop_name: "persist.fold_lock_setting_enabled"
|
D | com.android.sysprop.localization-latest.txt | 7 prop_name: "ro.localization.locale_filter"
|
/frameworks/base/libs/hwui/ |
D | HWUIProperties.sysprop | 6 prop_name: "ro.hwui.use_vulkan" 13 prop_name: "ro.hwui.render_ahead"
|
/frameworks/base/core/sysprop/ |
D | WatchdogProperties.sysprop | 24 prop_name: "framework_watchdog.fatal_count" 33 prop_name: "framework_watchdog.fatal_window.second" 43 prop_name: "persist.debug.framework_watchdog.fatal_ignore"
|
D | FoldLockBehaviorProperties.sysprop | 21 prop_name: "persist.fold_lock_setting_enabled" 29 prop_name: "persist.fold_grace_period_enabled"
|
D | LocalizationProperties.sysprop | 21 prop_name: "ro.localization.locale_filter"
|
D | ViewProperties.sysprop | 26 prop_name: "ro.view.vrr.enabled"
|
/frameworks/native/libs/gui/sysprop/api/ |
D | LibGuiProperties-current.txt | 6 prop_name: "ro.lib_gui.frame_event_history_size"
|
D | LibGuiProperties-latest.txt | 6 prop_name: "ro.lib_gui.frame_event_history_size"
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | config_globals.h | 27 ConfigStr(const char* env_name, const char* prop_name);
|
/frameworks/native/libs/gui/sysprop/ |
D | LibGuiProperties.sysprop | 24 prop_name: "ro.lib_gui.frame_event_history_size"
|