Home
last modified time | relevance | path

Searched refs:abbrev_name (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcontexthub.h106 static SensorType SensorAbbrevNameToType(const char *abbrev_name);
107 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
Dcontexthub.cpp105 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() argument
106 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()