File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 41
41
#include " UtilsLogging.h"
42
42
#include < interfaces/IPowerManager.h>
43
43
#include " PowerManagerInterface.h"
44
+ #include " <interfaces/IHdmiCecSink.h>"
44
45
45
46
using namespace WPEFramework ;
46
47
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;
@@ -576,7 +577,6 @@ namespace WPEFramework {
576
577
void sendGiveAudioStatusMsg ();
577
578
void onPowerModeChanged (const PowerState ¤tState, const PowerState &newState);
578
579
void registerEventHandlers ();
579
- void sendGiveAudioStatusMsg ();
580
580
void getHdmiArcPortID ();
581
581
int m_numberOfDevices; /* Number of connected devices othethan own device */
582
582
bool m_audioDevicePowerStatusRequested;
@@ -714,7 +714,6 @@ namespace WPEFramework {
714
714
void Send_Report_Arc_Terminated_Message ();
715
715
void arcStartStopTimerFunction ();
716
716
void audioStatusTimerFunction ();
717
- void getHdmiArcPortID ();
718
717
void getCecVersion ();
719
718
720
719
You can’t perform that action at this time.
0 commit comments