Searched refs:getEffectCoeffs (Results 1 – 12 of 12) sorted by relevance
/device/google/barbet/vibrator/drv2624/tests/ |
D | mocks.h | 49 MOCK_METHOD1(getEffectCoeffs, bool(std::array<float, 4> *value));
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | mocks.h | 49 MOCK_METHOD1(getEffectCoeffs, bool(std::array<float, 4> *value));
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | mocks.h | 49 MOCK_METHOD1(getEffectCoeffs, bool(std::array<float, 4> *value));
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 99 virtual bool getEffectCoeffs(std::array<float, 4> *value) = 0;
|
D | Hardware.h | 124 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs() function
|
D | Vibrator.cpp | 212 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 126 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs() function
|
D | Vibrator.h | 96 virtual bool getEffectCoeffs(std::array<float, 4> *value) = 0;
|
D | Vibrator.cpp | 320 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 129 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs() function
|
D | Vibrator.h | 96 virtual bool getEffectCoeffs(std::array<float, 4> *value) = 0;
|
D | Vibrator.cpp | 334 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
|