Searched refs:getLocationFromInputStr (Results 1 – 6 of 6) sorted by relevance
39 static std::unique_ptr<aidl::android::hardware::gnss::GnssLocation> getLocationFromInputStr(
48 static std::unique_ptr<V2_0::GnssLocation> getLocationFromInputStr(const std::string& inputStr);
27 std::unique_ptr<GnssLocation> FixLocationParser::getLocationFromInputStr( in getLocationFromInputStr() function in android::hardware::gnss::common::FixLocationParser
199 std::unique_ptr<V2_0::GnssLocation> NmeaFixInfo::getLocationFromInputStr( in getLocationFromInputStr() function in android::hardware::gnss::common::NmeaFixInfo247 std::unique_ptr<V2_0::GnssLocation> locationV2 = getLocationFromInputStr(inputStr); in getAidlLocationFromInputStr()
102 return ::android::hardware::gnss::common::FixLocationParser::getLocationFromInputStr(inputStr); in getLocationFromHW()
170 return NmeaFixInfo::getLocationFromInputStr(inputStr); in getLocationFromHW()