Home
last modified time | relevance | path

Searched refs:setLraWaveShape (Results 1 – 18 of 18) sorted by relevance

/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp141 ON_CALL(*mMockApi, setLraWaveShape(_)).WillByDefault(Return(true)); in createMock()
212 EXPECT_CALL(*mMockApi, setLraWaveShape(_)).Times(times); in relaxMock()
302 e += EXPECT_CALL(*mMockApi, setLraWaveShape(0)).WillOnce(DoDefault()); in TEST_P()
420 e += EXPECT_CALL(*mMockApi, setLraWaveShape(1)).WillOnce(DoDefault()); in TEST_P()
Dmocks.h36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
Dtest-hwapi.cpp356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp141 ON_CALL(*mMockApi, setLraWaveShape(_)).WillByDefault(Return(true)); in createMock()
212 EXPECT_CALL(*mMockApi, setLraWaveShape(_)).Times(times); in relaxMock()
302 e += EXPECT_CALL(*mMockApi, setLraWaveShape(0)).WillOnce(DoDefault()); in TEST_P()
420 e += EXPECT_CALL(*mMockApi, setLraWaveShape(1)).WillOnce(DoDefault()); in TEST_P()
Dmocks.h36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
Dtest-hwapi.cpp356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp145 ON_CALL(*mMockApi, setLraWaveShape(_)).WillByDefault(Return(true)); in createMock()
216 EXPECT_CALL(*mMockApi, setLraWaveShape(_)).Times(times); in relaxMock()
306 e += EXPECT_CALL(*mMockApi, setLraWaveShape(0)).WillOnce(DoDefault()); in TEST_P()
416 e += EXPECT_CALL(*mMockApi, setLraWaveShape(1)).WillOnce(DoDefault()); in TEST_P()
Dmocks.h36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
Dtest-hwapi.cpp357 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
/device/google/sunfish/vibrator/drv2624/
DVibrator.h80 virtual bool setLraWaveShape(uint32_t value) = 0;
DHardware.h55 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
DVibrator.cpp300 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
/device/google/barbet/vibrator/drv2624/
DHardware.h50 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
DVibrator.h77 virtual bool setLraWaveShape(uint32_t value) = 0;
DVibrator.cpp445 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
/device/google/redfin/vibrator/drv2624/
DHardware.h50 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
DVibrator.h77 virtual bool setLraWaveShape(uint32_t value) = 0;
DVibrator.cpp478 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()