Searched refs:HalFunction (Results 1 – 3 of 3) sorted by relevance
33 using HalFunction = std::function<T(HalWrapper*)>; variable96 HalResult<T> doWithRetry(const HalFunction<HalResult<T>>& halFn, const char* functionName) { in doWithRetry()115 HalResult<T> doWithRetry(const HalFunction<HalResult<T>>& halFn, HalResult<T> defaultValue, in doWithRetry()136 HalResult<T> doOnce(HalWrapper* hal, const HalFunction<HalResult<T>>& halFn, in doOnce()
170 bool shouldSkipWithError(const vibrator::HalFunction<vibrator::HalResult<R>>& halFn, in shouldSkipWithError()
128 vibrator::HalResult<T> halCall(const vibrator::HalFunction<vibrator::HalResult<T>>& fn, in halCall()