1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmresourcemgmt/mmresctrl/inc/mmrcservercontroller.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,193 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef MMRCSERVERCONTROLLER_H__
1.20 +#define MMRCSERVERCONTROLLER_H__
1.21 +
1.22 +#include <e32std.h>
1.23 +#include <e32base.h>
1.24 +#include <a3f/a3fbase.h>
1.25 +#include "mmrcclientserver.h"
1.26 +
1.27 +class CMMRCServerInfo;
1.28 +class MMMRCServerInfoState;
1.29 +class CMMRCServerSession;
1.30 +class CMMRCServerRuleManager;
1.31 +class CARNNotificationObject;
1.32 +
1.33 +
1.34 +/**
1.35 +Panic category and codes that MMRCServerController raises on the client
1.36 +*/
1.37 +_LIT(KMMRCServerControllerPanicCategory, "MMRCServerController");
1.38 +
1.39 +enum TMMRCServerControllerPanicCodes
1.40 + {
1.41 + EProcessNextRequestLeft = 1,
1.42 + EPushPauseContextLeft,
1.43 + EPushAllocatedResourceContextFailed
1.44 + };
1.45 +
1.46 +
1.47 +/**
1.48 +@internalComponent
1.49 +
1.50 +This class implements the MMRC Server Controller.
1.51 +The main purpose of this class is to control the different transactions
1.52 +*/
1.53 +NONSHARABLE_CLASS( CMMRCServerController ): public CBase
1.54 + {
1.55 +public:
1.56 + /**
1.57 + * Constructs, and returns a pointer to, a new CMMRCServerController object.
1.58 + * Leaves on failure.
1.59 + * @return CMMRCServerController* A pointer to newly created utlitly object.
1.60 + */
1.61 + static CMMRCServerController* NewL();
1.62 +
1.63 + /**
1.64 + * Constructs, leaves object on the cleanup stack, and returns a pointer
1.65 + * to, a new CMMRCServerController object.
1.66 + * Leaves on failure.
1.67 + * @return CMMRCServerController* A pointer to newly created utlitly object.
1.68 + */
1.69 + static CMMRCServerController* NewLC();
1.70 +
1.71 + /**
1.72 + * Destructor.
1.73 + */
1.74 + ~CMMRCServerController();
1.75 +
1.76 +public:
1.77 +
1.78 + /**
1.79 + * Process the request pointer by a specific session
1.80 + * @param CMMRCServerSession& aServerSession
1.81 + * @return KerrNone in case of success of the process
1.82 + */
1.83 + TInt EnqueueRequestL(CMMRCServerSession& aServerSession );
1.84 +
1.85 + /**
1.86 + * Callback from the adaptation
1.87 + * @param MLogicalChain* aOldChain
1.88 + * @param MLogicalChain* aNewChain
1.89 + * @param TMMRCAdaptationToServerRequestResults aResult
1.90 + */
1.91 + void AdaptationRequestAcknowledgment(CMMRCServerSession& aServerSessionAllocatedResource, TMMRCAdaptationToServerRequestResults aResult, TInt aError);
1.92 +
1.93 + /*
1.94 + *
1.95 + */
1.96 + void CloseSessionByContextId(TInt32 aContextId);
1.97 +
1.98 + /*
1.99 + *
1.100 + */
1.101 + void ClientAcknowledgment(CMMRCServerSession& aServerSession);
1.102 +
1.103 + /*
1.104 + *
1.105 + */
1.106 + void ServerState(TMMRCServerState& aServerState, TUint64& aContextId) const;
1.107 +
1.108 + /**
1.109 + *
1.110 + * @param CMMRCServerSession& aServerSession
1.111 + * @return KerrNone in case of success of the process
1.112 + */
1.113 + TInt EnqueueRequestForAPRL(CMMRCServerSession& aServerSession );
1.114 +
1.115 + /**
1.116 + *
1.117 + * @param CMMRCServerSession& aServerSession
1.118 + * @return KerrNone in case of success of the process
1.119 + */
1.120 + TInt RemoveRequestForAPR(CMMRCServerSession& aServerSession );
1.121 +
1.122 + /**
1.123 + *
1.124 + * @return KerrNone in case of success of the process
1.125 + */
1.126 + TInt WillResumePlay();
1.127 +
1.128 +
1.129 +private:
1.130 + /**
1.131 + * Process the first request with the highest priority from the FIFO queue
1.132 + * @return KerrNone in case of success of the process
1.133 + */
1.134 + TInt ProcessNextRequestL();
1.135 +
1.136 + /**
1.137 + * Send a resource request to the adaptation
1.138 + * @param CMMRCServerSession& aServerSession
1.139 + * @return KerrNone in case of success of the process
1.140 + */
1.141 + TInt SendResourceRequest( CMMRCServerSession& aServerSession );
1.142 +
1.143 + /**
1.144 + * Send a preemption request to the adaptation
1.145 + * @param CMMRCServerSession& aServerSession
1.146 + * @return KerrNone in case of success of the process
1.147 + */
1.148 + TInt SendPreemptionRequest( CMMRCServerSession& aServerSession );
1.149 +
1.150 + /**
1.151 + * Pop the decision rule on the base of the current in-process request and a new committed request
1.152 + * @param TAudioState aAudioStateAllocatedResource
1.153 + * @param TAudioState aAudioStateRequiringProcess
1.154 + * @return TMMRCRule
1.155 + */
1.156 + TMMRCRule DecisionRule(TAudioState aAudioStateAllocatedResource, TAudioState aAudioStateRequiringProcess);
1.157 +
1.158 + /**
1.159 + * Pop the action reason on the base of the last committed request and the current one
1.160 + * @param TAudioState aAudioStateLastCommitted
1.161 + * @param TAudioState aAudioStateRequested
1.162 + * @return TReason
1.163 + */
1.164 + TReason ActionReason(TAudioState aAudioStateLastCommitted, TAudioState aAudioStateRequested);
1.165 +
1.166 + /**
1.167 + * Notify all the paused client that a resource has been unallocated
1.168 + */
1.169 + void NotifyPausedClientsResourceUnallocated();
1.170 +
1.171 +
1.172 + /*
1.173 + *
1.174 + */
1.175 + void Panic(TMMRCServerControllerPanicCodes aCode);
1.176 +
1.177 +private:
1.178 +
1.179 + /**
1.180 + * By default Symbian 2nd phase constructor is private.
1.181 + */
1.182 + CMMRCServerController();
1.183 +
1.184 + /**
1.185 + * By default Symbian 2nd phase constructor is private.
1.186 + */
1.187 + void ConstructL();
1.188 +
1.189 +private:
1.190 + //owned
1.191 + CMMRCServerInfo* iMMRCServerInfo;
1.192 + CMMRCServerRuleManager* iMMRCServerRuleManager;
1.193 + CARNNotificationObject* iARNNotificationObject;
1.194 + };
1.195 +
1.196 +#endif //__MMRCSERVERCONTROLLER_H__