Home
last modified time | relevance | path

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

/frameworks/native/services/powermanager/
DPowerHalController.cpp103 HalResult<T> PowerHalController::processHalResult(HalResult<T>&& result, const char* fnName) { in processHalResult() function in android::power::PowerHalController
117 return processHalResult(handle->setBoost(boost, durationMs), "setBoost"); in setBoost()
123 return processHalResult(handle->setMode(mode, enabled), "setMode"); in setMode()
132 processHalResult(handle->createHintSession(tgid, uid, threadIds, in createHintSession()
143 processHalResult(handle->createHintSessionWithConfig(tgid, uid, threadIds, in createHintSessionWithConfig()
152 processHalResult(handle->getHintSessionPreferredRate(), in getHintSessionPreferredRate()
160 processHalResult(handle->getSessionChannel(tgid, uid), in getSessionChannel()
167 processHalResult(handle->closeSessionChannel(tgid, uid), in closeSessionChannel()
/frameworks/native/services/vibratorservice/
DVibratorManagerHalController.cpp46 HalResult<T> ManagerHalController::processHalResult(HalResult<T> result, const char* functionName) { in processHalResult() function in android::vibrator::ManagerHalController
71 HalResult<T> result = processHalResult(halFn(hal), functionName); in apply()
77 result = processHalResult(halFn(hal), functionName); in apply()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorManagerHalController.h74 HalResult<T> processHalResult(HalResult<T> result, const char* functionName);
/frameworks/native/include/powermanager/
DPowerHalController.h87 HalResult<T> processHalResult(HalResult<T>&& result, const char* functionName);