Searched refs:setRtpInput (Results 1 – 18 of 18) sorted by relevance
/device/google/barbet/vibrator/drv2624/tests/ |
D | mocks.h | 30 MOCK_METHOD1(setRtpInput, bool(int8_t value));
|
D | test-vibrator.cpp | 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 357 EXPECT_CALL(*mMockApi, setRtpInput(amplitudeToRtpInput(amplitude))).WillOnce(Return(true)); in TEST_P()
|
D | test-hwapi.cpp | 288 &Vibrator::HwApi::setRtpInput),
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | mocks.h | 30 MOCK_METHOD1(setRtpInput, bool(int8_t value));
|
D | test-vibrator.cpp | 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 357 EXPECT_CALL(*mMockApi, setRtpInput(amplitudeToRtpInput(amplitude))).WillOnce(Return(true)); in TEST_P()
|
D | test-hwapi.cpp | 288 &Vibrator::HwApi::setRtpInput),
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | mocks.h | 30 MOCK_METHOD1(setRtpInput, bool(int8_t value));
|
D | test-vibrator.cpp | 210 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 357 EXPECT_CALL(*mMockApi, setRtpInput(amplitudeToRtpInput(amplitude))).WillOnce(Return(true)); in TEST_P()
|
D | test-hwapi.cpp | 289 &Vibrator::HwApi::setRtpInput),
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 53 virtual bool setRtpInput(int8_t value) = 0;
|
D | Hardware.h | 49 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() function
|
D | Vibrator.cpp | 354 if (!mHwApi->setRtpInput(rtp_input)) { in setAmplitude()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() function
|
D | Vibrator.h | 50 virtual bool setRtpInput(int8_t value) = 0;
|
D | Vibrator.cpp | 505 if (!mHwApi->setRtpInput(rtp_input)) { in setAmplitude()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() function
|
D | Vibrator.h | 50 virtual bool setRtpInput(int8_t value) = 0;
|
D | Vibrator.cpp | 536 if (!mHwApi->setRtpInput(rtp_input)) { in setAmplitude()
|