Searched refs:ReplayUtils (Results 1 – 5 of 5) sorted by relevance
26 std::string ReplayUtils::getGnssPath() { in getGnssPath()42 std::string ReplayUtils::getFixedLocationPath() { in getFixedLocationPath()58 bool ReplayUtils::hasGnssDeviceFile() { in hasGnssDeviceFile()63 bool ReplayUtils::hasFixedLocationDeviceFile() { in hasFixedLocationDeviceFile()68 bool ReplayUtils::isGnssRawMeasurement(const std::string& inputStr) { in isGnssRawMeasurement()73 bool ReplayUtils::isNMEA(const std::string& inputStr) { in isNMEA()
27 deviceFilePath = ReplayUtils::getFixedLocationPath(); in getDataFromDeviceFile()29 deviceFilePath = ReplayUtils::getGnssPath(); in getDataFromDeviceFile()96 if (ReplayUtils::isGnssRawMeasurement(inputStr)) { in getDataFromDeviceFile()
31 using ReplayUtils = ::android::hardware::gnss::common::ReplayUtils; typedef119 if (ReplayUtils::hasGnssDeviceFile() && in start()120 ReplayUtils::isGnssRawMeasurement( in start()
97 if (!::android::hardware::gnss::common::ReplayUtils::hasFixedLocationDeviceFile()) { in getLocationFromHW()
37 struct ReplayUtils { struct