Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp114 mLongVoltageMax = std::rand(); in SetUp()
162 .WillByDefault(DoAll(SetArgPointee<0>(mLongVoltageMax), Return(true))); in createMock()
245 uint32_t mLongVoltageMax; member in android::hardware::vibrator::V1_3::implementation::VibratorTestTemplate
307 e += EXPECT_CALL(*mMockApi, setOdClamp(mLongVoltageMax)).WillOnce(DoDefault()); in TEST_P()