Home
last modified time | relevance | path

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

/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp231 Result returned_result = Result::UNKNOWN; in shouldKeepScreenOn() local
234 returned_result = res; in shouldKeepScreenOn()
235 if (returned_result != Result::SUCCESS) return; in shouldKeepScreenOn()
241 _hidl_cb(returned_result, screen_on); in shouldKeepScreenOn()