Searched refs:abbrev_name (Results 1 – 2 of 2) sorted by relevance
106 static SensorType SensorAbbrevNameToType(const char *abbrev_name);107 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
105 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() argument106 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()