equal
deleted
inserted
replaced
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 // INCLUDES |
20 // INCLUDES |
21 #include "talogger.h" |
21 #include <talogger.h> |
22 #include "cpeaudioroutingmonitor.h" |
22 #include "cpeaudioroutingmonitor.h" |
23 #include "cpeaudiodata.h" |
23 #include "cpeaudiodata.h" |
24 |
24 |
25 // EXTERNAL DATA STRUCTURES |
25 // EXTERNAL DATA STRUCTURES |
26 // None. |
26 // None. |
89 TEFLOGSTRING( KTAINT, |
89 TEFLOGSTRING( KTAINT, |
90 "AUD CPEAudioRoutingMonitor::AvailableOutputsChanged" ); |
90 "AUD CPEAudioRoutingMonitor::AvailableOutputsChanged" ); |
91 iOwner.SendMessage( MEngineMonitor::EPEMessageAvailableAudioOutputsChanged, |
91 iOwner.SendMessage( MEngineMonitor::EPEMessageAvailableAudioOutputsChanged, |
92 aTelephonyAudioRouting ); |
92 aTelephonyAudioRouting ); |
93 } |
93 } |
94 |
94 |
95 // ----------------------------------------------------------------------------- |
95 // ----------------------------------------------------------------------------- |
96 // CPEAudioRoutingMonitor::OutputChanged |
96 // CPEAudioRoutingMonitor::OutputChanged |
97 // Output mode changed event received. |
97 // Output mode changed event received. |
98 // ----------------------------------------------------------------------------- |
98 // ----------------------------------------------------------------------------- |
99 // |
99 // |
102 { |
102 { |
103 TEFLOGSTRING( KTAINT, "AUD CPEAudioRoutingMonitor::OutputChanged" ); |
103 TEFLOGSTRING( KTAINT, "AUD CPEAudioRoutingMonitor::OutputChanged" ); |
104 iOwner.SendMessage( MEngineMonitor::EPEMessageAudioOutputChanged, |
104 iOwner.SendMessage( MEngineMonitor::EPEMessageAudioOutputChanged, |
105 aTelephonyAudioRouting.Output() ); |
105 aTelephonyAudioRouting.Output() ); |
106 } |
106 } |
107 |
107 |
108 // ----------------------------------------------------------------------------- |
108 // ----------------------------------------------------------------------------- |
109 // CPEAudioRoutingMonitor::SetOutputComplete |
109 // CPEAudioRoutingMonitor::SetOutputComplete |
110 // OutputComplete mode changed event received. |
110 // OutputComplete mode changed event received. |
111 // ----------------------------------------------------------------------------- |
111 // ----------------------------------------------------------------------------- |
112 // |
112 // |