Home
last modified time | relevance | path

Searched refs:getSteadyCoeffs (Results 1 – 8 of 8) sorted by relevance

/device/google/barbet/vibrator/drv2624/tests/
Dmocks.h51 MOCK_METHOD1(getSteadyCoeffs, bool(std::array<float, 4> *value));
/device/google/redfin/vibrator/drv2624/tests/
Dmocks.h51 MOCK_METHOD1(getSteadyCoeffs, bool(std::array<float, 4> *value));
/device/google/barbet/vibrator/drv2624/
DHardware.h138 bool getSteadyCoeffs(std::array<float, 4> *value) override { in getSteadyCoeffs() function
DVibrator.h100 virtual bool getSteadyCoeffs(std::array<float, 4> *value) = 0;
DVibrator.cpp351 hasSteadyCoeffs = mHwCal->getSteadyCoeffs(&steadyCoeffs); in Vibrator()
/device/google/redfin/vibrator/drv2624/
DHardware.h147 bool getSteadyCoeffs(std::array<float, 4> *value) override { in getSteadyCoeffs() function
DVibrator.h102 virtual bool getSteadyCoeffs(std::array<float, 4> *value) = 0;
DVibrator.cpp371 hasSteadyCoeffs = mHwCal->getSteadyCoeffs(&steadyCoeffs); in Vibrator()