uiacceltk/hitchcock/backgroundanim/inc/bganimhost.h
branchRCL_3
changeset 9 3ac8bf5c5014
parent 8 46927d61fef3
child 10 7c5dd702d6d3
equal deleted inserted replaced
8:46927d61fef3 9:3ac8bf5c5014
    68         void ReleasePlugin();
    68         void ReleasePlugin();
    69         void NewFrame();
    69         void NewFrame();
    70         void HandleScreenSaverEvent();
    70         void HandleScreenSaverEvent();
    71         TBool GetPluginConfigurationL();
    71         TBool GetPluginConfigurationL();
    72         static TInt ScreenSaverCallback(TAny* aPtr);
    72         static TInt ScreenSaverCallback(TAny* aPtr);
       
    73         void StartSensorsL();
       
    74         void StopSensors();
    73         
    75         
    74     private:
    76     private:
    75         // windowing stuff
    77         // windowing stuff
    76         RWsSession iWsSession;
    78         RWsSession iWsSession;
    77         RWindowGroup iWindowGroup;
    79         RWindowGroup iWindowGroup;
    95         CHighResTimer* iTimer;
    97         CHighResTimer* iTimer;
    96         TBool iTimerRunning;
    98         TBool iTimerRunning;
    97         
    99         
    98         TBool iEGLInitialized;
   100         TBool iEGLInitialized;
    99         TBool iSurfaceInitialized;
   101         TBool iSurfaceInitialized;
       
   102         TBool iHiddenDueSC;
   100         
   103         
   101         // composition API
   104         // composition API
   102         CAlfCompositionSource* iCompSource;
   105         CAlfCompositionSource* iCompSource;
   103         
   106         
   104         TBool iRunning;
   107         TBool iRunning;