|
68 | 68 | // @brief Triggered when routing though the HDMI ARC port is successfully established.
|
69 | 69 | // @text arcInitiationEvent
|
70 | 70 | // @param status: Is the operation successful or not
|
71 |
| - virtual void ArcInitiationEvent(const string status /* @in */) {}; |
| 71 | + virtual void ArcInitiationEvent(const string status) {}; |
72 | 72 |
|
73 | 73 | // @brief Triggered when routing though the HDMI ARC port terminates.
|
74 | 74 | // @text arcTerminationEvent
|
75 | 75 | // @param status: Is the operation successful or not
|
76 |
| - virtual void ArcTerminationEvent(const string status /* @in */) {}; |
| 76 | + virtual void ArcTerminationEvent(const string status) {}; |
77 | 77 |
|
78 | 78 | // @brief Triggered when the active source device changes.
|
79 | 79 | // @text onActiveSourceChange
|
80 | 80 | // @param logicalAddress: Logical address of the active source
|
81 | 81 | // @param physicalAddress: Physical address of the active source
|
82 |
| - virtual void OnActiveSourceChange(const int logicalAddress /* @in */, const string physicalAddress /* @in */) {}; |
| 82 | + virtual void OnActiveSourceChange(const int logicalAddress, const string physicalAddress) {}; |
83 | 83 |
|
84 | 84 | // @brief Triggered when a new device is added to the CEC network.
|
85 | 85 | // @text onDeviceAdded
|
86 | 86 | // @param logicalAddress: Logical address of the added device
|
87 |
| - virtual void OnDeviceAdded(const int logicalAddress /* @in */) {}; |
| 87 | + virtual void OnDeviceAdded(const int logicalAddress) {}; |
88 | 88 |
|
89 | 89 | // @brief Triggered when device information changes.
|
90 | 90 | // @text onDeviceInfoUpdated
|
91 | 91 | // @param logicalAddress: Logical address of the device
|
92 |
| - virtual void OnDeviceInfoUpdated(const int logicalAddress /* @in */) {}; |
| 92 | + virtual void OnDeviceInfoUpdated(const int logicalAddress) {}; |
93 | 93 |
|
94 | 94 | // @brief Triggered when a device is removed from the CEC network.
|
95 | 95 | // @text onDeviceRemoved
|
96 | 96 | // @param logicalAddress: Logical address of the removed device
|
97 |
| - virtual void OnDeviceRemoved(const int logicalAddress /* @in */) {}; |
| 97 | + virtual void OnDeviceRemoved(const int logicalAddress) {}; |
98 | 98 |
|
99 | 99 | // @brief Triggered when an <Image View ON> CEC message is received from the source device.
|
100 | 100 | // @text onImageViewOnMsg
|
101 | 101 | // @param logicalAddress: Logical address of the device
|
102 |
| - virtual void OnImageViewOnMsg(const int logicalAddress /* @in */) {}; |
| 102 | + virtual void OnImageViewOnMsg(const int logicalAddress) {}; |
103 | 103 |
|
104 | 104 | // @brief Triggered when the source is no longer active.
|
105 | 105 | // @text onInActiveSource
|
106 | 106 | // @param logicalAddress: Logical address of the source
|
107 | 107 | // @param physicalAddress: Physical address of the source
|
108 |
| - virtual void OnInActiveSource(const int logicalAddress /* @in */, const string physicalAddress /* @in */) {}; |
| 108 | + virtual void OnInActiveSource(const int logicalAddress, const string physicalAddress) {}; |
109 | 109 |
|
110 | 110 | // @brief Triggered when a <Text View ON> CEC message is received from the source device.
|
111 | 111 | // @text onTextViewOnMsg
|
112 | 112 | // @param logicalAddress: Logical address of the device
|
113 |
| - virtual void OnTextViewOnMsg(const int logicalAddress /* @in */) {}; |
| 113 | + virtual void OnTextViewOnMsg(const int logicalAddress) {}; |
114 | 114 |
|
115 | 115 | // @brief Triggered when the TV is in standby mode and it receives <Image View ON>/ <Text View ON>/ <Active Source> CEC message from the connected source device.
|
116 | 116 | // @text onWakeupFromStandby
|
117 | 117 | // @param logicalAddress: Logical address of the device
|
118 |
| - virtual void OnWakeupFromStandby(const int logicalAddress /* @in */) {}; |
| 118 | + virtual void OnWakeupFromStandby(const int logicalAddress) {}; |
119 | 119 |
|
120 | 120 | // @brief Triggered when an audio device is added or removed.
|
121 | 121 | // @text reportAudioDeviceConnectedStatus
|
122 | 122 | // @param status: Status of the audio device
|
123 | 123 | // @param audioDeviceConnected: Audio device connected or not
|
124 |
| - virtual void ReportAudioDeviceConnectedStatus(const string status /* @in */, const string audioDeviceConnected /* @in */) {}; |
| 124 | + virtual void ReportAudioDeviceConnectedStatus(const string status, const string audioDeviceConnected) {}; |
125 | 125 |
|
126 | 126 | // @brief Triggered when CEC <Report Audio Status> message of device is received.
|
127 | 127 | // @text reportAudioStatusEvent
|
128 | 128 | // @param muteStatus: Mute status of the device
|
129 | 129 | // @param volumeLevel: Volume level of the device
|
130 |
| - virtual void ReportAudioStatusEvent(const int muteStatus /* @in */, const int volumeLevel /* @in */) {}; |
| 130 | + virtual void ReportAudioStatusEvent(const int muteStatus, const int volumeLevel) {}; |
131 | 131 |
|
132 | 132 | // @brief Triggered when CEC <Feature Abort> message of device is received.
|
133 | 133 | // @text reportFeatureAbortEvent
|
134 | 134 | // @param logicalAddress: Logical address of the device
|
135 | 135 | // @param opcode: Opcode of the message
|
136 | 136 | // @param FeatureAbortReason: Reason for the feature abort
|
137 |
| - virtual void ReportFeatureAbortEvent(const int logicalAddress /* @in */, const int opcode /* @in */, const int FeatureAbortReason /* @in */) {}; |
| 137 | + virtual void ReportFeatureAbortEvent(const int logicalAddress, const int opcode, const int FeatureAbortReason) {}; |
138 | 138 |
|
139 | 139 | // @brief Triggered when the HDMI-CEC is enabled.
|
140 | 140 | // @text reportCecEnabledEvent
|
141 | 141 | // @param cecEnable: HDMI-CEC enabled or not
|
142 |
| - virtual void ReportCecEnabledEvent(const string cecEnable /* @in */) {}; |
| 142 | + virtual void ReportCecEnabledEvent(const string cecEnable) {}; |
143 | 143 |
|
144 | 144 | // @brief Triggered when CEC <Set System Audio Mode> message of device is received.
|
145 | 145 | // @text setSystemAudioModeEvent
|
146 | 146 | // @param audioMode: Audio mode of the device
|
147 |
| - virtual void SetSystemAudioModeEvent(const string audioMode /* @in */) {}; |
| 147 | + virtual void SetSystemAudioModeEvent(const string audioMode) {}; |
148 | 148 |
|
149 | 149 | // @brief Triggered when SAD is received from the connected audio device. See requestShortAudioDescriptor.
|
150 | 150 | // @text shortAudiodescriptorEvent
|
|
154 | 154 | // @brief Triggered when the source device changes status to STANDBY.
|
155 | 155 | // @text standbyMessageReceived
|
156 | 156 | // @param logicalAddress: Logical address of the device
|
157 |
| - virtual void StandbyMessageReceived(const int logicalAddress /* @in */) {}; |
| 157 | + virtual void StandbyMessageReceived(const int logicalAddress) {}; |
158 | 158 |
|
159 | 159 | // @brief Triggered when the source device changes.
|
160 | 160 | // @text reportAudioDevicePowerStatus
|
161 | 161 | // @param powerStatus: Power status of the device
|
162 |
| - virtual void ReportAudioDevicePowerStatus(const int powerStatus /* @in */) {}; |
| 162 | + virtual void ReportAudioDevicePowerStatus(const int powerStatus) {}; |
163 | 163 |
|
164 | 164 |
|
165 | 165 | };
|
|
0 commit comments