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"
100 api_name: "set_display_power_timer_ms"102 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
85 int32_t set_display_power_timer_ms(int32_t defaultValue);
275 int32_t set_display_power_timer_ms(int32_t defaultValue) { in set_display_power_timer_ms() function276 auto temp = SurfaceFlingerProperties::set_display_power_timer_ms(); in set_display_power_timer_ms()
361 api_name: "set_display_power_timer_ms"365 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
140 if (const int64_t millis = set_display_power_timer_ms(0); millis > 0) { in Scheduler()