Searched refs:set_display_power_timer_ms (Results 1 – 6 of 6) sorted by relevance
80 api_name: "set_display_power_timer_ms"82 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
84 api_name: "set_display_power_timer_ms"86 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
82 int32_t set_display_power_timer_ms(int32_t defaultValue);
253 int32_t set_display_power_timer_ms(int32_t defaultValue) { in set_display_power_timer_ms() function254 auto temp = SurfaceFlingerProperties::set_display_power_timer_ms(); in set_display_power_timer_ms()
343 api_name: "set_display_power_timer_ms"347 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
79 mSetDisplayPowerTimerMs = set_display_power_timer_ms(0); in Scheduler()