devsoundextensions/telephonyaudiorouting/Server/src/TelephonyAudioRoutingServer.cpp
equal
deleted
inserted
replaced
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); |