Home
last modified time | relevance | path

Searched refs:getRedc (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-hwcal.cpp100 EXPECT_TRUE(mHwCal->getRedc(&actual)); in TEST_F()
109 EXPECT_FALSE(mHwCal->getRedc(&actual)); in TEST_F()
256 EXPECT_TRUE(mHwCal->getRedc(&redcActual)); in TEST_F()
288 EXPECT_TRUE(mHwCal->getRedc(&redcActual)); in TEST_F()
H A Dmocks.h62 MOCK_METHOD1(getRedc, bool(uint32_t *value));
H A Dtest-vibrator.cpp253 EXPECT_CALL(*mMockCal, getRedc(_)).Times(times); in relaxMock()
288 EXPECT_CALL(*mMockCal, getRedc(_)) in TEST_F()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DHardware.h98 bool getRedc(std::string *value) override { return getPersist(REDC_CONFIG, value); } in getRedc() function
H A DVibrator.h80 virtual bool getRedc(std::string *value) = 0;
H A DVibrator.cpp323 if (mHwCal->getRedc(&caldata)) {
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DHardware.h145 bool getRedc(uint32_t *value) override { return getPersist(REDC_CONFIG, value); } in getRedc() function
H A DVibrator.h119 virtual bool getRedc(uint32_t *value) = 0;
H A DVibrator.cpp206 if (mHwCal->getRedc(&caldata)) {