Loading vibrator/aidl/default/VibrationSession.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading Loading
vibrator/aidl/default/VibrationSession.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading