HomeSort by relevance Sort by last modified time
    Searched defs:portName (Results 1 - 5 of 5) sorted by null

  /device/google/bonito/usb/
Usb.cpp 70 std::string appendRoleNodeHelper(const std::string &portName,
72 std::string node("/sys/class/typec/" + portName);
114 void switchToDrp(const std::string &portName) {
116 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE);
134 bool switchMode(const hidl_string &portName,
137 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
184 switchToDrp(std::string(portName.c_str()));
214 Return<void> Usb::switchRole(const hidl_string &portName,
217 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
233 roleSwitch = switchMode(portName, newRole, this)
    [all...]
  /device/google/crosshatch/usb/
Usb.cpp 72 std::string appendRoleNodeHelper(const std::string &portName,
74 std::string node("/sys/class/typec/" + portName);
116 void switchToDrp(const std::string &portName) {
118 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE);
136 bool switchMode(const hidl_string &portName,
139 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
186 switchToDrp(std::string(portName.c_str()));
216 Return<void> Usb::switchRole(const hidl_string &portName,
219 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
235 roleSwitch = switchMode(portName, newRole, this)
    [all...]
  /device/google/marlin/usb/
Usb.cpp 70 std::string appendRoleNodeHelper(const std::string &portName,
72 std::string node("/sys/class/typec/" + portName);
114 void switchToDrp(const std::string &portName) {
116 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE);
134 bool switchMode(const hidl_string &portName,
137 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
184 switchToDrp(std::string(portName.c_str()));
191 Return<void> Usb::switchRole(const hidl_string &portName,
194 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
210 roleSwitch = switchMode(portName, newRole, this)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java 68 String portName = null;
71 portName = address;
74 portName = address.substring(i+1);
77 port = Integer.parseInt(portName);
154 String portName = null;
160 portName = address.substring(i+1);
163 port = Integer.parseInt(portName);
  /device/google/wahoo/usb/
Usb.cpp 96 std::string appendRoleNodeHelper(const std::string &portName,
98 std::string node("/sys/class/typec/" + portName);
140 void switchToDrp(const std::string &portName) {
142 appendRoleNodeHelper(std::string(portName.c_str()), PortRoleType::MODE);
160 bool switchMode(const hidl_string &portName,
163 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
210 switchToDrp(std::string(portName.c_str()));
240 Return<void> Usb::switchRole(const hidl_string &portName,
243 appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
259 roleSwitch = switchMode(portName, newRole, this)
    [all...]

Completed in 420 milliseconds