/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 98 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/ |
D | test-vibrator.cpp | 102 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/ |
D | test-vibrator.cpp | 98 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/ |
D | test-vibrator.cpp | 98 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/ |
D | Vibrator.cpp | 197 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()
|
D | Vibrator.h | 188 uint32_t mCloseLoopThreshold; variable
|
/device/google/bramble/vibrator/drv2624/ |
D | Vibrator.cpp | 302 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()
|
D | Vibrator.h | 196 uint32_t mCloseLoopThreshold; variable
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.cpp | 303 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()
|
D | Vibrator.h | 202 uint32_t mCloseLoopThreshold; variable
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.cpp | 305 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()
|
D | Vibrator.h | 196 uint32_t mCloseLoopThreshold; variable
|