Home
last modified time | relevance | path

Searched refs:appendRoleNodeHelper (Results 1 – 4 of 4) sorted by relevance

/device/google/bonito/usb/
DUsb.cpp70 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/
DUsb.cpp96 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/
DUsb.cpp72 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/
DUsb.cpp159 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()