Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp327 std::string f0Val = std::to_string(std::rand()); in TEST_F() local
345 .WillOnce(DoAll(SetArgReferee<0>(f0Val), Return(true))); in TEST_F()
346 EXPECT_CALL(*mMockApi, setF0(f0Val)).InSequence(f0Seq).WillOnce(Return(true)); in TEST_F()