display: Remove get_lcd_timeout_from_settings() 87/293487/6
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 30 May 2023 05:49:57 +0000 (14:49 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 5 Jun 2023 06:30:09 +0000 (15:30 +0900)
commit16c1835dbd1d361a7a6876e5be653929b8e61e02
treeed87fdaa47e423db48286d3defd35d6b707ad51a
parent566c83fbca17cb072ba7952488a5475f28d09171
display: Remove get_lcd_timeout_from_settings()

get_lcd_timeout_from_settings initializes timeout value for each display state,
it is called from display_init().
Every plugins needs initializing timeout value, thus it is moved to core.

This function is added to below display.
int display_initialize_display_state_timeout_from_setting(void);
-> This function gets timeout value from setting and sets for each state timeout.

Change-Id: I892672785490d266cae7224909c03d45cf0c07e1
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/display-plugin.c
src/display/display-plugin.h
src/display/display.c
src/display/display.h