Home
last modified time | relevance | path

Searched refs:currentPortStatus (Results 1 – 5 of 5) 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.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp68 const hidl_vec<PortStatus>& currentPortStatus, Status retval) override { in notifyPortStatusChange() argument
71 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()
/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp92 Return<void> notifyPortStatusChange_1_1(const hidl_vec<PortStatus_1_1>& currentPortStatus, in notifyPortStatusChange_1_1() argument
97 currentPortStatus[0].status.supportedModes; in notifyPortStatusChange_1_1()
98 arg.usb_last_port_status.status.currentMode = currentPortStatus[0].status.currentMode; in notifyPortStatusChange_1_1()
/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.0/
DIUsbCallback.hal30 * @param currentPortStatus vector object of current status of all the
35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);