Searched refs:mPortInfo (Results 1 – 4 of 4) sorted by relevance
112 _hidl_cb(mPortInfo); in getPortInfo()215 if (hotplugEvent.portId >= mPortInfo.size()) { in handleHotplugMessage()221 if (mPortInfo[hotplugEvent.portId].type == HdmiPortType::OUTPUT) { in handleHotplugMessage()224 mPortInfo[hotplugEvent.portId].physicalAddress = mPhysicalAddress; in handleHotplugMessage()303 mPortInfo.resize(mTotalPorts); in HdmiCecMock()305 mPortInfo[0] = {.type = HdmiPortType::OUTPUT, in HdmiCecMock()
98 hidl_vec<HdmiPortInfo> mPortInfo; member
126 _hidl_cb(mPortInfo); in getPortInfo()266 if (hotplugEvent.portId >= mPortInfo.size()) { in handleHotplugMessage()272 if (mPortInfo[hotplugEvent.portId].type == HdmiPortType::OUTPUT) { in handleHotplugMessage()275 mPortInfo[hotplugEvent.portId].physicalAddress = mPhysicalAddress; in handleHotplugMessage()356 mPortInfo.resize(mTotalPorts); in HdmiCecMock()358 mPortInfo[0] = {.type = HdmiPortType::OUTPUT, in HdmiCecMock()
103 hidl_vec<HdmiPortInfo> mPortInfo; member