Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp285 std::string f0Expect = std::to_string(randInput); in TEST_F() local
301 write("f0_measured", f0Expect); in TEST_F()
320 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()
335 std::string f0Expect = std::to_string(randInput); in TEST_F() local
351 write("f0_measured", f0Expect, " \t", "\t "); in TEST_F()
370 EXPECT_EQ(f0Expect, f0Actual); in TEST_F()