Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp284 LoopControl loopMode = LoopControl::OPEN; in on() local
289 loopMode = LoopControl::CLOSE; in on()
292 mHwApi->setCtrlLoop(toUnderlying(loopMode)); in on()
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp429 LoopControl loopMode = LoopControl::OPEN; in on() local
434 loopMode = LoopControl::CLOSE; in on()
437 mHwApi->setCtrlLoop(toUnderlying(loopMode)); in on()
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp462 LoopControl loopMode = LoopControl::OPEN; in on() local
467 loopMode = LoopControl::CLOSE; in on()
470 mHwApi->setCtrlLoop(toUnderlying(loopMode)); in on()