Searched refs:currentPortStatus (Results 1 – 7 of 7) 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 …]
105 Return<void> notifyPortStatusChange_1_2(const hidl_vec<PortStatus>& currentPortStatus, in notifyPortStatusChange_1_2() argument110 currentPortStatus[0].status_1_1.status.supportedModes; in notifyPortStatusChange_1_2()112 currentPortStatus[0].status_1_1.status.currentMode; in notifyPortStatusChange_1_2()114 currentPortStatus[0].status_1_1.status.portName; in notifyPortStatusChange_1_2()116 currentPortStatus[0].contaminantDetectionStatus; in notifyPortStatusChange_1_2()118 currentPortStatus[0].contaminantProtectionStatus; in notifyPortStatusChange_1_2()120 currentPortStatus[0].supportsEnableContaminantPresenceProtection; in notifyPortStatusChange_1_2()122 currentPortStatus[0].supportsEnableContaminantPresenceDetection; in notifyPortStatusChange_1_2()124 currentPortStatus[0].supportedContaminantProtectionModes; in notifyPortStatusChange_1_2()
93 Return<void> notifyPortStatusChange_1_1(const hidl_vec<PortStatus_1_1>& currentPortStatus, in notifyPortStatusChange_1_1() argument98 currentPortStatus[0].status.supportedModes; in notifyPortStatusChange_1_1()99 arg.usb_last_port_status.status.currentMode = currentPortStatus[0].status.currentMode; in notifyPortStatusChange_1_1()
81 const hidl_vec<PortStatus>& currentPortStatus, Status retval) override { in notifyPortStatusChange() argument84 currentPortStatus[0].portName.c_str(); in notifyPortStatusChange()86 currentPortStatus[0].currentDataRole; in notifyPortStatusChange()88 currentPortStatus[0].currentPowerRole; in notifyPortStatusChange()90 currentPortStatus[0].currentMode; in notifyPortStatusChange()
32 * @param currentPortStatus vector object of current status(PortStatus_1_138 oneway notifyPortStatusChange_1_1(vec<PortStatus_1_1> currentPortStatus,
33 * @param currentPortStatus vector object of current status(PortStatus39 oneway notifyPortStatusChange_1_2(vec<PortStatus> currentPortStatus,
30 * @param currentPortStatus vector object of current status of all the35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);