Searched refs:checkHalResult (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/vibratorservice/benchmarks/ |
D | VibratorHalControllerBenchmarks.cpp | 66 checkHalResult(halCall<void>(mController, [](auto hal) { return hal->off(); }), state); in turnVibratorOff() 70 bool checkHalResult(const vibrator::HalResult<R>& result, State& state) { in checkHalResult() function in VibratorBench 112 checkHalResult(ret, state); 131 if (checkHalResult(ret, state)) { 145 if (!checkHalResult(ret, state)) { 168 if (!checkHalResult(result, state)) { 175 if (checkHalResult(ret, state)) { 192 checkHalResult(onResult, state); 197 checkHalResult(ret, state); 214 if (checkHalResult(ret, state)) { [all …]
|