Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/idlcli/
H A Dvibrator.h109 R halCall(R (I::*fn)(Args0...), Args1&&... args1) { in halCall() function
/aosp12/frameworks/native/services/vibratorservice/benchmarks/
H A DVibratorHalControllerBenchmarks.cpp79 vibrator::HalResult<R> halCall(vibrator::HalController& controller, in halCall() function in VibratorBench
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp128 vibrator::HalResult<T> halCall(const vibrator::HalFunction<vibrator::HalResult<T>>& fn, in halCall() function in android::VibratorControllerWrapper