Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.h109 static SensorType SensorAbbrevNameToType(const char *abbrev_name);
110 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
Dcontexthub.cpp110 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() argument
111 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()