devsound/a3fdevsound/src/mmfdevsoundproxy/mmfdevsoundproxy.cpp
branchRCL_3
changeset 8 bc06d8566074
parent 0 40261b775718
child 11 d5f04de580b7
equal deleted inserted replaced
7:94dbab0a2133 8:bc06d8566074
  1345             // server side sent a PausedRecordCompleteEvent and did not actually request a buffer!
  1345             // server side sent a PausedRecordCompleteEvent and did not actually request a buffer!
  1346             // just record the fact we've done this and wait until RecordData() is called
  1346             // just record the fact we've done this and wait until RecordData() is called
  1347             // don't actually resume until then!
  1347             // don't actually resume until then!
  1348             iState = ERecordingResumingInLastBufferCycle;
  1348             iState = ERecordingResumingInLastBufferCycle;
  1349             }
  1349             }
       
  1350 	    else if (iState == ERecordingResumingInLastBufferCycle)
       
  1351 	        {
       
  1352             //Do Nothing as you can't resume twice on last buffer 
       
  1353 	        }
  1350 	    else
  1354 	    else
  1351 	        {
  1355 	        {
  1352 	        err = SendReceive(EMMFDevSoundProxyResume,  
  1356 	        err = SendReceive(EMMFDevSoundProxyResume,  
  1353 	                    iDestinationPckg);	        
  1357 	                    iDestinationPckg);	        
  1354 	        }
  1358 	        }