HomeSort by relevance Sort by last modified time
    Searched defs:prn (Results 1 - 12 of 12) sorted by null

  /frameworks/base/location/java/android/location/
GpsStatus.java 150 int prn = prns[i]; local
151 int prnShift = (1 << (prn - 1));
152 if (prn > 0 && prn <= NUM_SATELLITES) {
153 GpsSatellite satellite = mSatellites.get(prn);
155 satellite = new GpsSatellite(prn);
156 mSatellites.put(prn, satellite);
  /frameworks/base/location/tests/locationtests/src/android/location/
GpsStatusTest.java 197 int prn = prns[i]; local
198 GpsSatellite satellite = getSatellite(status, prn);
199 assertNotNull(getSatelliteAssertInfo(i, prn, "non-null"), satellite);
200 assertEquals(getSatelliteAssertInfo(i, prn, "Snr"), snrs[i], satellite.getSnr());
202 getSatelliteAssertInfo(i, prn, "Elevation"),
206 getSatelliteAssertInfo(i, prn, "Azimuth"),
209 int prnShift = 1 << (prn - 1);
211 getSatelliteAssertInfo(i, prn, "ephemeris"),
215 getSatelliteAssertInfo(i, prn, "almanac"),
219 getSatelliteAssertInfo(i, prn, "usedInFix")
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 465 int prn; member in struct:__anon24794
1404 int8_t prn; member in struct:__anon24822
1745 int8_t prn; member in struct:__anon24826
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 140 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 134 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 156 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 140 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 134 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 156 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 140 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 134 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 156 rpc_uint8 prn; member in struct:rpc_loc_sv_info_s_type
    [all...]

Completed in 989 milliseconds