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 8d9fb93 commit d2215baCopy full SHA for d2215ba
HdmiCecSource/HdmiCecSourceImplementation.cpp
@@ -1312,9 +1312,8 @@ namespace WPEFramework
1312
1313
uint32_t HdmiCecSourceImplementation::GetDeviceList(IHdmiCecSourceDeviceListIterator*& deviceList, bool &success)
1314
{ //sample servicemanager response:
1315
- LOGINFOMETHOD();
1316
- std::vector<Exchange::HdmiCecSourceDevices> localDevices;
1317
- Exchange::HdmiCecSourceDevices actual_hdmicecdevices = {0};
+ std::vector<Exchange::IHdmiCecSource::HdmiCecSourceDevices> localDevices;
+ Exchange::IHdmiCecSource::HdmiCecSourceDevices actual_hdmicecdevices = {0};
1318
1319
//Trigger CEC device poll here
1320
pthread_cond_signal(&(_instance->m_condSig));
0 commit comments