Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_smu_sat.c38 static struct wf_sat *sats[2]; variable
62 if (sat_id > 1 || (sat = sats[sat_id]) == NULL) in smu_sat_get_sdb_partition()
173 sats[sat->nr] = NULL; in wf_sat_release()
314 sats[sat->nr] = sat; in wf_sat_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp302 QList<QGeoSatelliteInfo> sats; in satelliteInfoFromJavaLocation() local
350 sats.append(info); in satelliteInfoFromJavaLocation()
359 return sats; in satelliteInfoFromJavaLocation()
565 …QList<QGeoSatelliteInfo> sats = AndroidPositioning::satelliteInfoFromJavaLocation(env, satellites,… in satelliteUpdated() local
574 Q_ARG(QList<QGeoSatelliteInfo>, sats), Q_ARG(bool, isSingleUpdate)); in satelliteUpdated()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java512 GpsSatellite[] sats = list.toArray(new GpsSatellite[list.size()]); in onGpsStatusChanged() local
513 satelliteUpdated(sats, nativeClassReference, isSingleUpdate); in onGpsStatusChanged()