Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalController.h127 HalResult<T> result = doOnce(hal.get(), halFn, functionName); in doWithRetry()
130 result = doOnce(hal.get(), halFn, functionName); in doWithRetry()
136 HalResult<T> doOnce(HalWrapper* hal, const HalFunction<HalResult<T>>& halFn, in doOnce() function