equal
deleted
inserted
replaced
971 audioEnabled = !iControlCache[cacheIndex].iAudioDisabled; |
971 audioEnabled = !iControlCache[cacheIndex].iAudioDisabled; |
972 } |
972 } |
973 |
973 |
974 if ( vibraEnabled || audioEnabled ) |
974 if ( vibraEnabled || audioEnabled ) |
975 { |
975 { |
976 TRACE4("CTouchFeedbackImpl::StartFeedback, type:=%d intensity:%d, timeout:%d", aType, aIntensity, aTimeout); |
976 TRACE4("CTouchFeedbackImpl::StartFeedback, type:=%d intensity:%d, timeout:%d", aType, aIntensity, aTimeout.Int()); |
977 TUint32 clientHandle = ClientHandle( aControl ); |
977 TUint32 clientHandle = ClientHandle( aControl ); |
978 iClient->StartFeedback( clientHandle, |
978 iClient->StartFeedback( clientHandle, |
979 aType, |
979 aType, |
980 aIntensity, |
980 aIntensity, |
981 aTimeout ); |
981 aTimeout ); |