Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp344 while (halState == ISSUED && now <= endTime) { in off()
348 if (halState == ISSUED && now > endTime) { in off()
350 } else if (halState == PLAYING) { in off()
362 halState = STOPPED; in off()
378 halState = RESTORED; in off()
675 halState = ISSUED; in on()
1267 dprintf(fd, " HAL State: %" PRIu32 "\n", halState); in dump()
1629 halState = PLAYING; in waitForComplete()
1633 halState = STOPPED; in waitForComplete()
1653 halState = RESTORED; in waitForComplete()
DVibrator.h289 hal_state halState = IDLE; variable