Home
last modified time | relevance | path

Searched refs:inactive_val (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp59 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local
62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val); in GetIdleTimeoutMs()
65 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp58 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local
61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
64 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp57 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
63 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp57 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
63 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()