Searched refs:newRole (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/usb/1.0/default/ |
D | Usb.cpp | 86 const PortRole& newRole) { in switchRole() argument 88 newRole.type); in switchRole() 92 ALOGI("filename write: %s role:%d", filename.c_str(), newRole.role); in switchRole() 95 file << convertRoletoString(newRole).c_str(); in switchRole() 99 if (written == convertRoletoString(newRole)) { in switchRole() 102 mCallback->notifyRoleSwitchStatus(portName, newRole, in switchRole() 111 Return<void> ret = mCallback->notifyRoleSwitchStatus(portName, newRole, Status::ERROR); in switchRole()
|
/hardware/interfaces/usb/1.0/ |
D | IUsbCallback.hal | 41 * @param newRole the new role requested by the caller. 44 oneway notifyRoleSwitchStatus(string portName, PortRole newRole, Status retval);
|
/hardware/interfaces/usb/aidl/android/hardware/usb/ |
D | IUsbCallback.aidl | 50 void notifyRoleSwitchStatus(in String portName, in PortRole newRole, in Status retval, in notifyRoleSwitchStatus() argument
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/ |
D | IUsbCallback.aidl | 38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() argument
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/ |
D | IUsbCallback.aidl | 38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() argument
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/ |
D | IUsbCallback.aidl | 38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() argument
|
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/1/android/hardware/usb/ |
D | IUsbCallback.aidl | 38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() argument
|
/hardware/interfaces/usb/1.0/vts/functional/ |
D | VtsHalUsbV1_0TargetTest.cpp | 88 const PortRole& newRole, in notifyRoleSwitchStatus() argument 92 parent_.usb_last_port_role = newRole; in notifyRoleSwitchStatus()
|
/hardware/interfaces/usb/aidl/vts/ |
D | VtsAidlUsbTargetTest.cpp | 101 ScopedAStatus notifyRoleSwitchStatus(const string& /*portName*/, const PortRole& newRole, in notifyRoleSwitchStatus() argument 105 parent_.usb_last_port_role = newRole; in notifyRoleSwitchStatus()
|