Home
last modified time | relevance | path

Searched refs:set_display_power_timer_ms (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/sysprop/api/
DSurfaceFlingerProperties-latest.txt80 api_name: "set_display_power_timer_ms"
82 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
DSurfaceFlingerProperties-current.txt84 api_name: "set_display_power_timer_ms"
86 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.h82 int32_t set_display_power_timer_ms(int32_t defaultValue);
DSurfaceFlingerProperties.cpp253 int32_t set_display_power_timer_ms(int32_t defaultValue) { in set_display_power_timer_ms() function
254 auto temp = SurfaceFlingerProperties::set_display_power_timer_ms(); in set_display_power_timer_ms()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop343 api_name: "set_display_power_timer_ms"
347 prop_name: "ro.surface_flinger.set_display_power_timer_ms"
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp79 mSetDisplayPowerTimerMs = set_display_power_timer_ms(0); in Scheduler()