Searched refs:currentPortStatus (Results 1 – 5 of 5) sorted by relevance
240 Status getPortStatusHelper (hidl_vec<PortStatus>& currentPortStatus) { in getPortStatusHelper() argument245 currentPortStatus.resize(names.size()); in getPortStatusHelper()248 currentPortStatus[i].portName = names[i]; in getPortStatusHelper()253 currentPortStatus[i].currentPowerRole = in getPortStatusHelper()262 currentPortStatus[i].currentDataRole = in getPortStatusHelper()271 currentPortStatus[i].currentMode = in getPortStatusHelper()278 currentPortStatus[i].canChangeMode = in getPortStatusHelper()280 currentPortStatus[i].canChangeDataRole = in getPortStatusHelper()282 currentPortStatus[i].canChangePowerRole = in getPortStatusHelper()286 currentPortStatus[i].canChangeMode, in getPortStatusHelper()[all …]
68 const hidl_vec<PortStatus>& currentPortStatus, Status retval) override { in notifyPortStatusChange() argument71 currentPortStatus[0].portName.c_str(); in notifyPortStatusChange()73 currentPortStatus[0].currentDataRole; in notifyPortStatusChange()75 currentPortStatus[0].currentPowerRole; in notifyPortStatusChange()77 currentPortStatus[0].currentMode; in notifyPortStatusChange()
92 Return<void> notifyPortStatusChange_1_1(const hidl_vec<PortStatus_1_1>& currentPortStatus, in notifyPortStatusChange_1_1() argument97 currentPortStatus[0].status.supportedModes; in notifyPortStatusChange_1_1()98 arg.usb_last_port_status.status.currentMode = currentPortStatus[0].status.currentMode; in notifyPortStatusChange_1_1()
32 * @param currentPortStatus vector object of current status(PortStatus_1_138 oneway notifyPortStatusChange_1_1(vec<PortStatus_1_1> currentPortStatus,
30 * @param currentPortStatus vector object of current status of all the35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);