We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1fd5a commit 5a1c204Copy full SHA for 5a1c204
HdmiCecSink/HdmiCecSink.h
@@ -573,6 +573,8 @@ namespace WPEFramework {
573
void sendKeyReleaseEvent(const int logicalAddress);
574
void sendUserControlPressed(const int logicalAddress, int keyCode);
575
void sendUserControlReleased(const int logicalAddress);
576
+ void onPowerModeChanged(const PowerState ¤tState, const PowerState &newState);
577
+ void registerEventHandlers();
578
void sendGiveAudioStatusMsg();
579
void getHdmiArcPortID();
580
int m_numberOfDevices; /* Number of connected devices othethan own device */
0 commit comments