Searched refs:SensorAbbrevNameToType (Results 1 – 3 of 3) sorted by relevance
109 static SensorType SensorAbbrevNameToType(const char *abbrev_name);110 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
100 SensorType ContextHub::SensorAbbrevNameToType(const char *sensor_name_abbrev) { in SensorAbbrevNameToType() function in android::ContextHub110 SensorType ContextHub::SensorAbbrevNameToType(const std::string& abbrev_name) { in SensorAbbrevNameToType() function in android::ContextHub111 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str()); in SensorAbbrevNameToType()
267 spec.sensor_type = ContextHub::SensorAbbrevNameToType(param); in ParseSensorArg()