Home
last modified time | relevance | path

Searched refs:getSteadyShape (Results 1 – 4 of 4) sorted by relevance

/device/google/sunfish/vibrator/drv2624/tests/
Dmocks.h61 MOCK_METHOD1(getSteadyShape, bool(uint32_t *value));
/device/google/sunfish/vibrator/drv2624/
DVibrator.h123 virtual bool getSteadyShape(uint32_t *value) = 0;
DHardware.h168 bool getSteadyShape(uint32_t *value) override { in getSteadyShape() function
DVibrator.cpp250 mHwCal->getSteadyShape(&shape); in Vibrator()