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
74 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/benchmarks/
DVibratorHalControllerBenchmarks.cpp80 const vibrator::HalFunction<vibrator::HalResult<R>>& halFn) { in halCall()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp128 vibrator::HalResult<T> halCall(const vibrator::HalFunction<vibrator::HalResult<T>>& fn, in halCall()