Home
last modified time | relevance | path

Searched refs:SensorAbbrevNameToType (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcontexthub.h107 static SensorType SensorAbbrevNameToType(const char *abbrev_name);
108 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
Dcontexthub.cpp98 SensorType ContextHub::SensorAbbrevNameToType(const char *sensor_name_abbrev) { in SensorAbbrevNameToType() function in android::ContextHub
108 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() function in android::ContextHub
109 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()
Dnanotool.cpp266 spec.sensor_type = ContextHub::SensorAbbrevNameToType(param); in ParseSensorArg()