Home
last modified time | relevance | path

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

/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp98 mCloseLoopThreshold = std::rand(); in SetUp()
100 if (mCloseLoopThreshold == UINT32_MAX) { in SetUp()
101 mCloseLoopThreshold--; in SetUp()
148 .WillByDefault(DoAll(SetArgPointee<0>(mCloseLoopThreshold), Return(true))); in createMock()
236 EffectDuration mCloseLoopThreshold; member in aidl::android::hardware::vibrator::VibratorTestTemplate
313 EffectDuration duration = mCloseLoopThreshold; in TEST_P()
323 EffectDuration duration = mCloseLoopThreshold + 1; in TEST_P()
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp102 mCloseLoopThreshold = std::rand(); in SetUp()
104 if (mCloseLoopThreshold == UINT32_MAX) { in SetUp()
105 mCloseLoopThreshold--; in SetUp()
152 .WillByDefault(DoAll(SetArgPointee<0>(mCloseLoopThreshold), Return(true))); in createMock()
240 EffectDuration mCloseLoopThreshold; member in android::hardware::vibrator::V1_3::implementation::VibratorTestTemplate
317 EffectDuration duration = mCloseLoopThreshold; in TEST_P()
327 EffectDuration duration = mCloseLoopThreshold + 1; in TEST_P()
/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp98 mCloseLoopThreshold = std::rand(); in SetUp()
100 if (mCloseLoopThreshold == UINT32_MAX) { in SetUp()
101 mCloseLoopThreshold--; in SetUp()
148 .WillByDefault(DoAll(SetArgPointee<0>(mCloseLoopThreshold), Return(true))); in createMock()
236 EffectDuration mCloseLoopThreshold; member in aidl::android::hardware::vibrator::VibratorTestTemplate
313 EffectDuration duration = mCloseLoopThreshold; in TEST_P()
323 EffectDuration duration = mCloseLoopThreshold + 1; in TEST_P()
/device/google/bramble/vibrator/drv2624/tests/
Dtest-vibrator.cpp98 mCloseLoopThreshold = std::rand(); in SetUp()
100 if (mCloseLoopThreshold == UINT32_MAX) { in SetUp()
101 mCloseLoopThreshold--; in SetUp()
148 .WillByDefault(DoAll(SetArgPointee<0>(mCloseLoopThreshold), Return(true))); in createMock()
236 EffectDuration mCloseLoopThreshold; member in aidl::android::hardware::vibrator::VibratorTestTemplate
313 EffectDuration duration = mCloseLoopThreshold; in TEST_P()
323 EffectDuration duration = mCloseLoopThreshold + 1; in TEST_P()
/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp197 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
288 if (mode == RTP_MODE && timeoutMs > mCloseLoopThreshold) { in on()
388 dprintf(fd, " Close Loop Thresh: %" PRIu32 "\n", mCloseLoopThreshold); in debug()
DVibrator.h188 uint32_t mCloseLoopThreshold; variable
/device/google/bramble/vibrator/drv2624/
DVibrator.cpp302 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
430 if (mode == RTP_MODE && timeoutMs > mCloseLoopThreshold) { in on()
525 dprintf(fd, " Close Loop Thresh: %" PRIu32 "\n", mCloseLoopThreshold); in dump()
DVibrator.h196 uint32_t mCloseLoopThreshold; variable
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp303 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
466 if (mode == RTP_MODE && timeoutMs > mCloseLoopThreshold) { in on()
561 dprintf(fd, " Close Loop Thresh: %" PRIu32 "\n", mCloseLoopThreshold); in dump()
DVibrator.h202 uint32_t mCloseLoopThreshold; variable
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp305 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
433 if (mode == RTP_MODE && timeoutMs > mCloseLoopThreshold) { in on()
530 dprintf(fd, " Close Loop Thresh: %" PRIu32 "\n", mCloseLoopThreshold); in dump()
DVibrator.h196 uint32_t mCloseLoopThreshold; variable