Home
last modified time | relevance | path

Searched refs:inputStr (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp378 bool isGnssRawMeasurement(const std::string& inputStr) { in isGnssRawMeasurement() argument
380 return !inputStr.empty() && android::base::StartsWith(inputStr, "# Raw"); in isGnssRawMeasurement()