Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-vibrator.cpp99 mCloseLoopThreshold = std::rand(); in SetUp()
101 if (mCloseLoopThreshold == UINT32_MAX) { in SetUp()
102 mCloseLoopThreshold--; in SetUp()
149 .WillByDefault(DoAll(SetArgPointee<0>(mCloseLoopThreshold), Return(true))); in createMock()
240 EffectDuration mCloseLoopThreshold; member in aidl::android::hardware::vibrator::VibratorTestTemplate
315 EffectDuration duration = mCloseLoopThreshold; in TEST_P()
325 EffectDuration duration = mCloseLoopThreshold + 1; in TEST_P()
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp80 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
130 if (mode == RTP_MODE && timeoutMs > mCloseLoopThreshold) { in on()
206 dprintf(fd, " Close Loop Thresh: %" PRIu32 "\n", mCloseLoopThreshold); in dump()
DVibrator.h179 uint32_t mCloseLoopThreshold; variable