equal
deleted
inserted
replaced
82 * Provides the caller with the current HDMI connetion state |
82 * Provides the caller with the current HDMI connetion state |
83 * @return The HDMI connection state |
83 * @return The HDMI connection state |
84 */ |
84 */ |
85 TBool IsHDMIConnected() const; |
85 TBool IsHDMIConnected() const; |
86 |
86 |
87 |
|
88 private: // From CActive |
87 private: // From CActive |
89 /** |
88 /** |
90 * @ref CActive::RunL |
89 * @ref CActive::RunL |
91 */ |
90 */ |
92 void RunL(); |
91 void RunL(); |
125 MGlxTvConnectionObserver& iConnectionObserver; |
124 MGlxTvConnectionObserver& iConnectionObserver; |
126 |
125 |
127 // TVout The Connection state |
126 // TVout The Connection state |
128 TBool iTvOutConnectionState; |
127 TBool iTvOutConnectionState; |
129 |
128 |
130 // TVout The Connection state |
129 // HDMI The Connection state |
131 TBool iHDMIConnectionState; |
130 TBool iHDMIConnectionState; |
|
131 |
|
132 // Headset The Connection state |
|
133 TBool iHeadSetConnectionState; |
132 |
134 |
133 // The (external device) Accessory Server |
135 // The (external device) Accessory Server |
134 RAccessoryServer iTvAccServer; |
136 RAccessoryServer iTvAccServer; |
135 |
137 |
136 // Accessory mode |
138 // Accessory mode |