devsoundextensions/telephonyaudiorouting/Server/src/TelephonyAudioRoutingServer.cpp
changeset 58 b6dbf97aba93
parent 0 40261b775718
equal deleted inserted replaced
57:1cbb0d5bf7f2 58:b6dbf97aba93
   207 	TPckgBuf<TBool> showNotePkg;
   207 	TPckgBuf<TBool> showNotePkg;
   208   	aMessage.ReadL(3, showNotePkg);
   208   	aMessage.ReadL(3, showNotePkg);
   209    	iShowNoteMode = showNotePkg();	
   209    	iShowNoteMode = showNotePkg();	
   210 	TELAUDRTNG_RDEBUG1(_L("[TELAUDRTNG]\t CTelephonyAudioRoutingServer::DoSetOutputL ShowNoteMode Value Sent to server = %d"), iShowNoteMode);    	
   210 	TELAUDRTNG_RDEBUG1(_L("[TELAUDRTNG]\t CTelephonyAudioRoutingServer::DoSetOutputL ShowNoteMode Value Sent to server = %d"), iShowNoteMode);    	
   211    	
   211    	
   212 	iSetOutputRequests.Append(aSessionId);
   212 	iSetOutputRequests.AppendL(aSessionId);
   213 	
   213 	
   214 	// Verify requested audio change exists in available outputs (unless is ENone or ENotActive)	
   214 	// Verify requested audio change exists in available outputs (unless is ENone or ENotActive)	
   215 	if ( (response != CTelephonyAudioRouting::ENone) && (response != CTelephonyAudioRouting::ENotActive))
   215 	if ( (response != CTelephonyAudioRouting::ENone) && (response != CTelephonyAudioRouting::ENotActive))
   216 	{
   216 	{
   217 		TBool found = IsAvailableOutput(response);
   217 		TBool found = IsAvailableOutput(response);