graphicscomposition/openwfsupport/inc/streammap.h
branchCompilerCompatibility
changeset 25 8a20451cf4b8
parent 0 5d03bc08d59c
child 125 0fecfaa711d2
equal deleted inserted replaced
22:673af61f0c84 25:8a20451cf4b8
   175 		@param aHashKey The 64-bit key to be hashed.
   175 		@param aHashKey The 64-bit key to be hashed.
   176 		@return 32-bit hash value.
   176 		@return 32-bit hash value.
   177 		*/
   177 		*/
   178 		static TUint32 HashFunction(const TSurfaceId& aHashKey);
   178 		static TUint32 HashFunction(const TSurfaceId& aHashKey);
   179 		
   179 		
   180 		static TInt COpenWfcStreamMap::DeleteSingleton(TAny* aData);
   180 		static TInt DeleteSingleton(TAny* aData);
   181 	private:
   181 	private:
   182 		/**
   182 		/**
   183 		 * Mutex used for controlling the access to the native streams map
   183 		 * Mutex used for controlling the access to the native streams map
   184 		 */
   184 		 */
   185 		RFastLock iMutex;
   185 		RFastLock iMutex;