Searched refs:processHalResult (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/powermanager/ |
D | PowerHalController.cpp | 103 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/ |
D | VibratorManagerHalController.cpp | 46 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/ |
D | VibratorManagerHalController.h | 74 HalResult<T> processHalResult(HalResult<T> result, const char* functionName);
|
/frameworks/native/include/powermanager/ |
D | PowerHalController.h | 87 HalResult<T> processHalResult(HalResult<T>&& result, const char* functionName);
|