radioengine/utils/inc/cradiosystemeventdetector.h
changeset 41 3a6b55c6390c
parent 28 075425b8d9a4
equal deleted inserted replaced
33:11b6825f0862 41:3a6b55c6390c
    98     TBool                       iIsMobileNetworkCoverage;
    98     TBool                       iIsMobileNetworkCoverage;
    99 
    99 
   100     /**Indicator for the call status*/
   100     /**Indicator for the call status*/
   101     TBool                       iIsCallActive;
   101     TBool                       iIsCallActive;
   102 
   102 
   103     /** Array of audio policy categories that VR must not resume after. */
   103     /** Array of audio policy categories that radio must not resume after. */
   104     RArray<TInt>                iNoAutoResumeAudioCategories;
   104     RArray<TInt>                iNoAutoResumeAudioCategories;
   105 
   105 
   106     /** Indicator for audio resource status. */
   106     /** Indicator for audio resource status. */
   107     TBool                       iIsAudioResourcesAvailable;
   107     TBool                       iIsAudioResourcesAvailable;
   108     
   108