Home
last modified time | relevance | path

Searched refs:currentPortStatus (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/usb/1.0/default/
DUsb.cpp240 Status getPortStatusHelper (hidl_vec<PortStatus>& currentPortStatus) { in getPortStatusHelper() argument
245 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 …]
/hardware/interfaces/usb/1.2/vts/functional/
DVtsHalUsbV1_2TargetTest.cpp105 Return<void> notifyPortStatusChange_1_2(const hidl_vec<PortStatus>& currentPortStatus, in notifyPortStatusChange_1_2() argument
110 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()
/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp93 Return<void> notifyPortStatusChange_1_1(const hidl_vec<PortStatus_1_1>& currentPortStatus, in notifyPortStatusChange_1_1() argument
98 currentPortStatus[0].status.supportedModes; in notifyPortStatusChange_1_1()
99 arg.usb_last_port_status.status.currentMode = currentPortStatus[0].status.currentMode; in notifyPortStatusChange_1_1()
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp81 const hidl_vec<PortStatus>& currentPortStatus, Status retval) override { in notifyPortStatusChange() argument
84 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()
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal32 * @param currentPortStatus vector object of current status(PortStatus_1_1
38 oneway notifyPortStatusChange_1_1(vec<PortStatus_1_1> currentPortStatus,
/hardware/interfaces/usb/1.2/
DIUsbCallback.hal33 * @param currentPortStatus vector object of current status(PortStatus
39 oneway notifyPortStatusChange_1_2(vec<PortStatus> currentPortStatus,
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal30 * @param currentPortStatus vector object of current status of all the
35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);