Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DGnssReplayUtils.cpp27 std::array<char, PROPERTY_VALUE_MAX> devname_value; in getGnssPath() local
29 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() local
45 devname_value.fill(0); in getFixedLocationPath()
46 if (property_get("debug.location.fixedlocation.devname", devname_value.begin(), NULL) > 0) { in getFixedLocationPath()
[all …]