Home
last modified time | relevance | path

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

/device/google/bonito/vibrator/
Dservice.cpp199 hwapi.ctrlLoop.open(CTRL_LOOP_PATH); in registerVibratorService()
200 if (!hwapi.ctrlLoop) { in registerVibratorService()
DVibrator.h34 std::ofstream ctrlLoop; member
DVibrator.cpp89 mHwApi.ctrlLoop << LOOP_MODE_OPEN << std::endl; in on()