Home
last modified time | relevance | path

Searched defs:names (Results 1 – 7 of 7) sorted by relevance

/device/google/bonito/usb/
DUsb.cpp352 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper()
401 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
/device/google/crosshatch/usb/
DUsb.cpp354 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper()
403 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
/device/google/wahoo/usb/
DUsb.cpp378 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper()
427 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
/device/google/coral/usb/
DUsb.cpp433 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper()
480 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
/device/google/coral/vibrator/
DHardware.cpp180 std::string HwApi::Record<T>::toString(const NamesMap &names) { in toString()
/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp217 std::string names = item->GetText(); in InitializeSimOperator() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3497 static std::string packVarNames(GLsizei count, const char** names, GLint* err_out) { in packVarNames()