Home
last modified time | relevance | path

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

/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp133 mMockCal = mockcal->get(); in createMock()
144 ON_CALL(*mMockCal, destructor()).WillByDefault(Assign(&mMockCal, nullptr)); in createMock()
145 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
147 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock()
149 ON_CALL(*mMockCal, getDynamicConfig(_)) in createMock()
153 ON_CALL(*mMockCal, getLongFrequencyShift(_)) in createMock()
155 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
157 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
161 ON_CALL(*mMockCal, getClickDuration(_)) in createMock()
163 ON_CALL(*mMockCal, getTickDuration(_)) in createMock()
[all …]
/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp133 mMockCal = mockcal->get(); in createMock()
144 ON_CALL(*mMockCal, destructor()).WillByDefault(Assign(&mMockCal, nullptr)); in createMock()
145 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
147 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock()
149 ON_CALL(*mMockCal, getDynamicConfig(_)) in createMock()
153 ON_CALL(*mMockCal, getLongFrequencyShift(_)) in createMock()
155 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
157 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
161 ON_CALL(*mMockCal, getClickDuration(_)) in createMock()
163 ON_CALL(*mMockCal, getTickDuration(_)) in createMock()
[all …]
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp137 mMockCal = mockcal->get(); in createMock()
148 ON_CALL(*mMockCal, destructor()).WillByDefault(Assign(&mMockCal, nullptr)); in createMock()
149 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
151 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock()
153 ON_CALL(*mMockCal, getDynamicConfig(_)) in createMock()
157 ON_CALL(*mMockCal, getLongFrequencyShift(_)) in createMock()
159 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
161 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
165 ON_CALL(*mMockCal, getClickDuration(_)) in createMock()
167 ON_CALL(*mMockCal, getTickDuration(_)) in createMock()
[all …]
/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp222 mMockCal = mockcal->get(); in createMock()
237 ON_CALL(*mMockCal, destructor()).WillByDefault(Assign(&mMockCal, nullptr)); in createMock()
239 ON_CALL(*mMockCal, getVersion(_)) in createMock()
242 ON_CALL(*mMockCal, getTickVolLevels(_)) in createMock()
244 ON_CALL(*mMockCal, getClickVolLevels(_)) in createMock()
246 ON_CALL(*mMockCal, getLongVolLevels(_)) in createMock()
280 Mock::VerifyAndClearExpectations(mMockCal); in relaxMock()
301 EXPECT_CALL(*mMockCal, destructor()).Times(times); in relaxMock()
302 EXPECT_CALL(*mMockCal, getF0(_)).Times(times); in relaxMock()
303 EXPECT_CALL(*mMockCal, getRedc(_)).Times(times); in relaxMock()
[all …]