Searched refs:appendRoleNodeHelper (Results 1 – 4 of 4) sorted by relevance
/device/google/bonito/usb/ |
D | Usb.cpp | 70 std::string appendRoleNodeHelper(const std::string &portName, in appendRoleNodeHelper() function 116 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() 137 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() 217 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole()
|
/device/google/wahoo/usb/ |
D | Usb.cpp | 96 std::string appendRoleNodeHelper(const std::string &portName, in appendRoleNodeHelper() function 142 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() 163 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() 243 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 72 std::string appendRoleNodeHelper(const std::string &portName, in appendRoleNodeHelper() function 118 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() 139 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() 219 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole()
|
/device/google/coral/usb/ |
D | Usb.cpp | 159 std::string appendRoleNodeHelper(const std::string &portName, PortRoleType type) { in appendRoleNodeHelper() function 206 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE); in switchToDrp() 225 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchMode() 302 std::string filename = appendRoleNodeHelper(std::string(portName.c_str()), newRole.type); in switchRole()
|