Home
last modified time | relevance | path

Searched defs:halFn (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalController.h74 HalResult<T> doWithRetry(const HalFunction<HalResult<T>>& halFn, const char* functionName) { in doWithRetry()
93 T apply(const HalFunction<T>& halFn, T defaultValue, const char* functionName) { in apply()
/frameworks/native/services/vibratorservice/
DVibratorManagerHalController.cpp56 HalResult<T> ManagerHalController::apply(ManagerHalController::hal_fn<T>& halFn, in apply()
/frameworks/native/services/vibratorservice/benchmarks/
DVibratorHalControllerBenchmarks.cpp80 const vibrator::HalFunction<vibrator::HalResult<R>>& halFn) { in halCall()