Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-hwcal.cpp35 static constexpr uint32_t Q_DEFAULT = 15.5f * (1 << 16); member in android::hardware::vibrator::V1_3::implementation::HwCalTest
140 uint32_t expect = Q_DEFAULT; in TEST_F()
150 uint32_t expect = Q_DEFAULT; in TEST_F()
/device/google/coral/vibrator/
DHardware.h119 static constexpr uint32_t Q_DEFAULT = 15.5 * Q_FLOAT_TO_FIXED; variable
134 *value = Q_DEFAULT; in getQ()