Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbb22abb authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduce end session delay for default IVibratorManager" into main

parents 5608239b b4be7d04
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@ namespace android {
namespace hardware {
namespace hardware {
namespace vibrator {
namespace vibrator {


static constexpr int32_t SESSION_END_DELAY_MS = 50;
static constexpr int32_t SESSION_END_DELAY_MS = 20;


ndk::ScopedAStatus VibrationSession::close() {
ndk::ScopedAStatus VibrationSession::close() {
    LOG(VERBOSE) << "Vibration Session close";
    LOG(VERBOSE) << "Vibration Session close";