Home
last modified time | relevance | path

Searched refs:inactive_val (Results 1 – 3 of 3) 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/msm8909w_3100/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()