tactilefeedback/tactilefeedbackresolver/plugins/tactileaudioplugin/src/tactileaudioplayer.cpp
changeset 23 ef70b7e23576
parent 15 8c57b70b4bf3
child 24 90362ffca16a
equal deleted inserted replaced
17:8e4f1d643852 23:ef70b7e23576
   136         case ETouchFeedbackBasicButton:         // flow through
   136         case ETouchFeedbackBasicButton:         // flow through
   137         case ETouchFeedbackBasicItem:           // flow through
   137         case ETouchFeedbackBasicItem:           // flow through
   138         case ETouchFeedbackBounceEffect:        // flow through
   138         case ETouchFeedbackBounceEffect:        // flow through
   139         case ETouchFeedbackBasicSlider:         // flow through
   139         case ETouchFeedbackBasicSlider:         // flow through
   140         case ETouchFeedbackEditor:              // flow through
   140         case ETouchFeedbackEditor:              // flow through
   141         case ETouchFeedbackSensitiveKeypad:
       
   142         case ETouchFeedbackLineSelection:       // flow through
   141         case ETouchFeedbackLineSelection:       // flow through
   143         case ETouchFeedbackBlankSelection:      // flow through
   142         case ETouchFeedbackBlankSelection:      // flow through
   144         case ETouchFeedbackTextSelection:       // flow through
   143         case ETouchFeedbackTextSelection:       // flow through
   145         case ETouchFeedbackEmptyLineSelection:  // flow through
   144         case ETouchFeedbackEmptyLineSelection:  // flow through
   146         case ETouchFeedbackPopUp:               // flow through
   145         case ETouchFeedbackPopUp:               // flow through
   147         case ETouchFeedbackPopupOpen:           // flow through
   146         case ETouchFeedbackPopupOpen:           // flow through
   148         case ETouchFeedbackPopupClose:          // flow through
   147         case ETouchFeedbackPopupClose:          // flow through
   149         case ETouchFeedbackItemScroll:          // flow through
   148         case ETouchFeedbackItemScroll:          // flow through
   150         case ETouchFeedbackCheckbox:            // flow through
   149         case ETouchFeedbackCheckbox:            // flow through
   151         case ETouchFeedbackMultitouchActivate:
   150         case ETouchFeedbackMultitouchActivate:
       
   151         case ETouchFeedbackBasicKeypad:
       
   152         case ETouchFeedbackFlick:
       
   153         case ETouchFeedbackItemDrop:
       
   154         case ETouchFeedbackItemMoveOver:
       
   155         case ETouchFeedbackItemPick:
       
   156         case ETouchFeedbackMultipleCheckbox:
       
   157         case ETouchFeedbackRotateStep:
       
   158         case ETouchFeedbackStopFlick:
       
   159         case ETouchFeedbackLongTap:
       
   160         case ETouchFeedbackSubMenuOpen:
       
   161         case ETouchFeedbackSubMenuClosed:
       
   162         case ETouchFeedbackOptionsMenuOpen:
       
   163         case ETouchFeedbackOptionsMenuClosed:
   152             volumeIndex = 0;
   164             volumeIndex = 0;
   153             break;
   165             break;
   154         case ETouchFeedbackSensitive:           // flow through
   166         case ETouchFeedbackSensitive:           // flow through
   155         case ETouchFeedbackSensitiveButton:     // flow through
   167         case ETouchFeedbackSensitiveButton:     // flow through
   156         case ETouchFeedbackSensitiveItem:      
   168         case ETouchFeedbackSensitiveItem:      
       
   169         case ETouchFeedbackSensitiveKeypad:
       
   170         case ETouchFeedbackSensitiveSlider:
   157             volumeIndex = 1;
   171             volumeIndex = 1;
   158             break;
   172             break;
   159         default:
   173         default:
   160             // should not be there at all
   174             // should not be there at all
   161             TRACE2( "CTactileAudioPlayer::PlayFeedback - %d is not a feedback type - returning", aFeedback );
   175             TRACE2( "CTactileAudioPlayer::PlayFeedback - %d is not a feedback type - returning", aFeedback );