D | test-hwcal.cpp | 58 void write(const std::string key, const T &value, std::string lpad = " ", in write() function in aidl::android::hardware::vibrator::HwCalTest 78 write("f0_measured", expect); in TEST_F() 99 write("redc_measured", expect); in TEST_F() 120 write("q_measured", expect); in TEST_F() 146 write("v_tick", expect); in TEST_F() 159 write("v_click", expect); in TEST_F() 172 write("v_long", expect); in TEST_F() 216 write("v_tick", std::array<uint32_t, expect.size() - 1>()); in TEST_F() 217 write("v_click", std::array<uint32_t, expect.size() - 1>()); in TEST_F() 218 write("v_long", std::array<uint32_t, expect.size() - 1>()); in TEST_F() [all …]
|