Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorHalWrapperAidlTest.cpp302 constexpr float F_RESOLUTION = 0.5f; in TEST_F() local
365 .WillRepeatedly(DoAll(SetArgPointee<0>(F_RESOLUTION), Return(Status()))); in TEST_F()
404 ASSERT_EQ(F_RESOLUTION, successful.frequencyResolution.value()); in TEST_F()