Skip to content

Commit 5ded86e

Browse files
committed
RDKEMW-1015 : HDMICEC SINK COMRPC
1 parent 6e704d8 commit 5ded86e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HdmiCecSink/HdmiCecSinkImplementation.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "UtilsLogging.h"
4242
#include <interfaces/IPowerManager.h>
4343
#include "PowerManagerInterface.h"
44+
#include "<interfaces/IHdmiCecSink.h>"
4445

4546
using namespace WPEFramework;
4647
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;
@@ -576,7 +577,6 @@ namespace WPEFramework {
576577
void sendGiveAudioStatusMsg();
577578
void onPowerModeChanged(const PowerState &currentState, const PowerState &newState);
578579
void registerEventHandlers();
579-
void sendGiveAudioStatusMsg();
580580
void getHdmiArcPortID();
581581
int m_numberOfDevices; /* Number of connected devices othethan own device */
582582
bool m_audioDevicePowerStatusRequested;
@@ -714,7 +714,6 @@ namespace WPEFramework {
714714
void Send_Report_Arc_Terminated_Message();
715715
void arcStartStopTimerFunction();
716716
void audioStatusTimerFunction();
717-
void getHdmiArcPortID();
718717
void getCecVersion();
719718

720719

0 commit comments

Comments
 (0)