Home
last modified time | relevance | path

Searched refs:SensorAbbrevNameToType (Results 1 – 3 of 3) 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.cpp100 SensorType ContextHub::SensorAbbrevNameToType(const char *sensor_name_abbrev) { in SensorAbbrevNameToType() function in android::ContextHub
110 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() function in android::ContextHub
111 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()
Dnanotool.cpp267 spec.sensor_type = ContextHub::SensorAbbrevNameToType(param); in ParseSensorArg()