Searched refs:gnss_dev_path (Results 1 – 1 of 1) sorted by relevance
165 const char * gnss_dev_path = GNSS_PATH; in getLocationFromHW() local168 gnss_dev_path = devname_value; in getLocationFromHW()169 ALOGD("using %s instead of the default %s", gnss_dev_path, GNSS_PATH); in getLocationFromHW()172 mGnssFd = open(gnss_dev_path, O_RDWR | O_NONBLOCK); in getLocationFromHW()174 ALOGW("Failed to open %s errno: %d", gnss_dev_path, errno); in getLocationFromHW()