tactilefeedback/tactilefeedbackresolver/src/tactilefeedbackresolver.cpp
branchRCL_3
changeset 16 897fc24e7865
parent 13 a4df7952b706
child 19 be046265c55d
equal deleted inserted replaced
13:a4df7952b706 16:897fc24e7865
   156         willPlay = ETrue;
   156         willPlay = ETrue;
   157         }
   157         }
   158     else if ( IsHigherThanPlaying( aFeedback ) )
   158     else if ( IsHigherThanPlaying( aFeedback ) )
   159         {
   159         {
   160         willPlay = ETrue;
   160         willPlay = ETrue;
   161         
   161         if( iAudioPlayer )
   162         iAudioPlayer->StopFeedback();
   162             {
   163         iHapticsPlayer->StopFeedback();
   163             iAudioPlayer->StopFeedback();
       
   164             }
       
   165         if( iHapticsPlayer )
       
   166             {
       
   167             iHapticsPlayer->StopFeedback();
       
   168             }
   164         }
   169         }
   165 
   170 
   166     if ( willPlay )
   171     if ( willPlay )
   167         {
   172         {
   168         // First store the timestamp of this feedback playing moment.
   173         // First store the timestamp of this feedback playing moment.