htiui/HtiServicePlugins/HtiCameraServicePlugin/src/HtiCameraServicePlugin.cpp
branchRCL_3
changeset 15 65b472535a0d
parent 13 822c625f7adc
child 17 d40e813b23c0
equal deleted inserted replaced
13:822c625f7adc 15:65b472535a0d
   513 
   513 
   514 void CHtiCameraServicePlugin::MevroInitComplete( TInt aError )
   514 void CHtiCameraServicePlugin::MevroInitComplete( TInt aError )
   515     {
   515     {
   516     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroInitComplete" );
   516     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroInitComplete" );
   517     HTI_LOG_FORMAT("aError = %d", aError);
   517     HTI_LOG_FORMAT("aError = %d", aError);
       
   518     iError = aError;
   518     iWaiter->AsyncStop();
   519     iWaiter->AsyncStop();
   519     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroInitComplete" );
   520     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroInitComplete" );
   520     }
   521     }
   521 
   522 
   522 void CHtiCameraServicePlugin::MevroVideoPrepareComplete(TInt aError)
   523 void CHtiCameraServicePlugin::MevroVideoPrepareComplete(TInt aError)
   523     {
   524     {
   524     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
   525     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
   525     HTI_LOG_FORMAT("aError = %d", aError);
   526     HTI_LOG_FORMAT("aError = %d", aError);
       
   527     iError = aError;
   526     iWaiter->AsyncStop();
   528     iWaiter->AsyncStop();
   527     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
   529     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
   528     }
   530     }
   529 
   531 
   530 void CHtiCameraServicePlugin::MevroVideoRecordingOn(TInt aError)
   532 void CHtiCameraServicePlugin::MevroVideoRecordingOn(TInt aError)
   531     {
   533     {
   532     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
   534     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
   533     HTI_LOG_FORMAT("aError = %d", aError);
   535     HTI_LOG_FORMAT("aError = %d", aError);
       
   536     iError = aError;
   534     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
   537     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
   535     }
   538     }
   536 
   539 
   537 void CHtiCameraServicePlugin::MevroVideoRecordingPaused(TInt aError)
   540 void CHtiCameraServicePlugin::MevroVideoRecordingPaused(TInt aError)
   538     {
   541     {
   539     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
   542     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
   540     HTI_LOG_FORMAT("aError = %d", aError);
   543     HTI_LOG_FORMAT("aError = %d", aError);
       
   544     iError = aError;
   541     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
   545     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
   542     }
   546     }
   543 
   547 
   544 void CHtiCameraServicePlugin::MevroVideoRecordingComplete(TInt aError)
   548 void CHtiCameraServicePlugin::MevroVideoRecordingComplete(TInt aError)
   545     {
   549     {
   546     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
   550     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
   547     HTI_LOG_FORMAT("aError = %d", aError);
   551     HTI_LOG_FORMAT("aError = %d", aError);
       
   552     iError = aError;
   548     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
   553     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
   549     }
   554     }
   550 //  End of File
   555 //  End of File