Searched refs:lengthMs (Results 1 – 6 of 6) sorted by relevance
/device/google/barbet/vibrator/drv2624/bench/ |
D | benchmark.cpp | 170 int32_t lengthMs; 172 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); 179 mVibrator->perform(effect, strength, nullptr, &lengthMs);
|
/device/google/redfin/vibrator/drv2624/bench/ |
D | benchmark.cpp | 170 int32_t lengthMs; 172 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); 179 mVibrator->perform(effect, strength, nullptr, &lengthMs);
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 430 int32_t lengthMs; in TEST_P() local 431 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); in TEST_P() 434 EXPECT_LE(duration, lengthMs); in TEST_P()
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 430 int32_t lengthMs; in TEST_P() local 431 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); in TEST_P() 434 EXPECT_LE(duration, lengthMs); in TEST_P()
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 426 mVibrator->perform_1_3(effect, strength, [&](Status status, uint32_t lengthMs) { in TEST_P() argument 429 EXPECT_LE(duration, lengthMs); in TEST_P() 432 EXPECT_EQ(0, lengthMs); in TEST_P()
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 552 int32_t lengthMs; in TEST_P() local 553 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, callback, &lengthMs); in TEST_P() 555 EXPECT_LE(duration, lengthMs); in TEST_P() 558 EXPECT_EQ(0, lengthMs); in TEST_P()
|