Searched refs:getLocationFromInputStr (Results 1 – 3 of 3) sorted by relevance
54 static std::unique_ptr<V2_0::GnssLocation> getLocationFromInputStr(const std::string& inputStr);
196 std::unique_ptr<V2_0::GnssLocation> NmeaFixInfo::getLocationFromInputStr( in getLocationFromInputStr() function in android::hardware::gnss::common::NmeaFixInfo
208 return NmeaFixInfo::getLocationFromInputStr(inputStr); in getLocationFromHW()