Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalController.h33 using HalFunction = std::function<T(HalWrapper*)>; variable
96 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()
/frameworks/native/services/vibratorservice/benchmarks/
DVibratorHalControllerBenchmarks.cpp170 bool shouldSkipWithError(const vibrator::HalFunction<vibrator::HalResult<R>>& halFn, in shouldSkipWithError()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp128 vibrator::HalResult<T> halCall(const vibrator::HalFunction<vibrator::HalResult<T>>& fn, in halCall()