Searched refs:devname_value (Results 1 – 1 of 1) sorted by relevance
27 std::array<char, PROPERTY_VALUE_MAX> devname_value; in getGnssPath() local29 devname_value.fill(0); in getGnssPath()30 if (property_get("debug.location.gnss.devname", devname_value.begin(), NULL) > 0) { in getGnssPath()31 return devname_value.begin(); in getGnssPath()34 devname_value.fill(0); in getGnssPath()35 if (property_get("vendor.ser.gnss-uart", devname_value.begin(), NULL) > 0) { in getGnssPath()36 return devname_value.begin(); in getGnssPath()43 std::array<char, PROPERTY_VALUE_MAX> devname_value; in getFixedLocationPath() local45 devname_value.fill(0); in getFixedLocationPath()46 if (property_get("debug.location.fixedlocation.devname", devname_value.begin(), NULL) > 0) { in getFixedLocationPath()[all …]