display: Remove set_dim_state() from plugins. 67/293667/5
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 30 May 2023 11:58:47 +0000 (20:58 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Wed, 7 Jun 2023 07:57:44 +0000 (16:57 +0900)
commit9410317de657726919dfba401f728b38f5a3b527
treeff5dbfc2e1974708a98a49c535392c69fe0e0ca6
parent919ef5e2153b92821778540ca0c43ebed3558e39
display: Remove set_dim_state() from plugins.

set_dim_state() was only used in ambient_set_condition().
ambient_set_condition() works at only in the wearable device.
Thus, set_dim_state() is removed from iot-headed/mobile/wearable.
set_dim_state() is changed to static in the wearable plugin.

Change-Id: Ic3882436288e815bb765b9cd471c874246217ace
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