Home
last modified time | relevance | path

Searched refs:active_val (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Ddebug.cpp58 int active_val = IDLE_TIMEOUT_ACTIVE_MS; in GetIdleTimeoutMs() local
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val); in GetIdleTimeoutMs()
64 *active_ms = UINT32(active_val); in GetIdleTimeoutMs()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp58 int active_val = IDLE_TIMEOUT_ACTIVE_MS; in GetIdleTimeoutMs() local
61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val); in GetIdleTimeoutMs()
64 *active_ms = UINT32(active_val); in GetIdleTimeoutMs()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp57 int active_val = IDLE_TIMEOUT_ACTIVE_MS; in GetIdleTimeoutMs() local
60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
63 *active_ms = UINT32(active_val); in GetIdleTimeoutMs()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp56 int active_val = IDLE_TIMEOUT_ACTIVE_MS; in GetIdleTimeoutMs() local
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
62 *active_ms = UINT32(active_val); in GetIdleTimeoutMs()
/hardware/qcom/sm7250/display/sdm/libs/utils/
Ddebug.cpp56 int active_val = IDLE_TIMEOUT_ACTIVE_MS; in GetIdleTimeoutMs() local
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
62 *active_ms = UINT32(active_val); in GetIdleTimeoutMs()