Searched refs:performFn (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 547 perform_fn<T> performFn, sp<I> handle, T effect, EffectStrength strength, in performInternal() argument 557 auto result = std::invoke(performFn, handle, effect, effectStrength, effectCallback); in performInternal()
|
/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorHalWrapper.h | 431 perform_fn<T> performFn, sp<I> handle, T effect,
|