Searched refs:actionsafeHeight (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp154 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
157 snprintf(actionsafeHeight, sizeof(actionsafeHeight), "%d", h);
158 property_set("persist.sys.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp154 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
157 snprintf(actionsafeHeight, sizeof(actionsafeHeight), "%d", h);
158 property_set("persist.sys.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.cpp211 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
214 snprintf(actionsafeHeight, sizeof(actionsafeHeight), "%d", h);
215 property_set("persist.sys.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp223 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
226 snprintf(actionsafeHeight, sizeof(actionsafeHeight), "%d", h);
227 property_set("persist.sys.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp204 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
207 sprintf(actionsafeHeight, "%d", h);
208 property_set("hw.actionsafe.height", actionsafeHeight);

Completed in 1618 milliseconds