Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-hwcal.cpp235 uint32_t f0Expect = std::rand(); in TEST_F() local
236 uint32_t f0Actual = ~f0Expect; in TEST_F()
249 write("f0_measured", f0Expect); in TEST_F()
257 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()
267 uint32_t f0Expect = std::rand(); in TEST_F() local
268 uint32_t f0Actual = ~f0Expect; in TEST_F()
281 write("f0_measured", f0Expect, " \t", "\t "); in TEST_F()
289 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()