Searched refs:shouldSkipWithError (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/vibratorservice/benchmarks/ |
D | VibratorHalControllerBenchmarks.cpp | 170 bool shouldSkipWithError(const vibrator::HalFunction<vibrator::HalResult<R>>& halFn, in shouldSkipWithError() function in VibratorBench 172 return shouldSkipWithError(mController.doWithRetry<R>(halFn, label), state); in shouldSkipWithError() 176 bool shouldSkipWithError(const vibrator::HalResult<R>& result, State& state) { in shouldSkipWithError() function in VibratorBench 225 if (shouldSkipWithError<void>(pingFn, "ping", state)) { 248 if (shouldSkipWithError<void>(onFn, "on", state)) { 254 if (shouldSkipWithError(turnVibratorOff(), state)) { 270 if (shouldSkipWithError<void>(onFn, "on", state)) { 277 if (shouldSkipWithError<void>(offFn, "off", state)) { 298 if (shouldSkipWithError<void>(onFn, "on", state)) { 303 if (shouldSkipWithError<void>(setAmplitudeFn, "setAmplitude", state)) { [all …]
|