Searched refs:setLraWaveShape (Results 1 – 18 of 18) sorted by relevance
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 141 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()
|
D | mocks.h | 36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
|
D | test-hwapi.cpp | 356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 141 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()
|
D | mocks.h | 36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
|
D | test-hwapi.cpp | 356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 145 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()
|
D | mocks.h | 36 MOCK_METHOD1(setLraWaveShape, bool(uint32_t value));
|
D | test-hwapi.cpp | 357 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 80 virtual bool setLraWaveShape(uint32_t value) = 0;
|
D | Hardware.h | 55 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
|
D | Vibrator.cpp | 300 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 50 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
|
D | Vibrator.h | 77 virtual bool setLraWaveShape(uint32_t value) = 0;
|
D | Vibrator.cpp | 445 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 50 bool setLraWaveShape(uint32_t value) override { return set(value, &mLraWaveShape); } in setLraWaveShape() function
|
D | Vibrator.h | 77 virtual bool setLraWaveShape(uint32_t value) = 0;
|
D | Vibrator.cpp | 478 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
|