OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendRoleNodeHelper
(Results
1 - 4
of
4
) sorted by null
/device/google/bonito/usb/
Usb.cpp
70
std::string
appendRoleNodeHelper
(const std::string &portName,
116
appendRoleNodeHelper
(std::string(portName.c_str()), PortRoleType::MODE);
137
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
217
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
/device/google/crosshatch/usb/
Usb.cpp
72
std::string
appendRoleNodeHelper
(const std::string &portName,
118
appendRoleNodeHelper
(std::string(portName.c_str()), PortRoleType::MODE);
139
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
219
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
/device/google/marlin/usb/
Usb.cpp
70
std::string
appendRoleNodeHelper
(const std::string &portName,
116
appendRoleNodeHelper
(std::string(portName.c_str()), PortRoleType::MODE);
137
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
194
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
/device/google/wahoo/usb/
Usb.cpp
96
std::string
appendRoleNodeHelper
(const std::string &portName,
142
appendRoleNodeHelper
(std::string(portName.c_str()), PortRoleType::MODE);
163
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
243
appendRoleNodeHelper
(std::string(portName.c_str()), newRole.type);
Completed in 667 milliseconds