Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-hwcal.cpp233 uint32_t f0Expect = std::rand(); in TEST_F() local
234 uint32_t f0Actual = ~f0Expect; in TEST_F()
247 write("f0_measured", f0Expect); in TEST_F()
255 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()
265 uint32_t f0Expect = std::rand(); in TEST_F() local
266 uint32_t f0Actual = ~f0Expect; in TEST_F()
279 write("f0_measured", f0Expect, " \t", "\t "); in TEST_F()
287 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()