HomeSort by relevance Sort by last modified time
    Searched full:satellite (Results 1 - 20 of 20) sorted by null

  /frameworks/base/location/java/android/location/
GpsSatellite.java 20 * This class represents the current state of a GPS satellite.
42 void setStatus(GpsSatellite satellite) {
43 mValid = satellite.mValid;
44 mHasEphemeris = satellite.mHasEphemeris;
45 mHasAlmanac = satellite.mHasAlmanac;
46 mUsedInFix = satellite.mUsedInFix;
47 mSnr = satellite.mSnr;
48 mElevation = satellite.mElevation;
49 mAzimuth = satellite.mAzimuth;
53 * Returns the PRN (pseudo-random number) for the satellite
    [all...]
GpsStatus.java 54 GpsSatellite satellite = mSatellites[mIndex++]; local
55 if (satellite.mValid) {
56 return satellite;
90 * Event sent periodically to report GPS satellite status.
91 * Call {@link #getSatellites()} to retrieve the status for each satellite.
154 GpsSatellite satellite = mSatellites[prn]; local
156 satellite.mValid = true;
157 satellite.mSnr = snrs[i];
158 satellite.mElevation = elevations[i];
159 satellite.mAzimuth = azimuths[i]
    [all...]
LocationProvider.java 94 * satellite-based positioning system (e.g., GPS), false
LocationManager.java 264 provider.setRequiresSatellite(info.getBoolean("satellite"));
    [all...]
  /development/samples/ApiDemos/res/values/
arrays.xml 59 <item>Satellite</item>
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 95 * satellite-based positioning system (e.g., GPS), false
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_fixup.h 79 #define RPC_LOC_EVENT_SATELLITE_REPORT 0x00000002 // Satellite in view report
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_fixup.h 79 #define RPC_LOC_EVENT_SATELLITE_REPORT 0x00000002 // Satellite in view report
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProvider.java 183 * satellite-based positioning system (e.g., GPS), false
  /external/bluetooth/bluez/src/
uinput.h 425 #define KEY_SAT 0x17d /* Media Select Satellite */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 473 #define KEY_SAT 0x17d /* Media Select Satellite */
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 599 * satellite-based positioning system (e.g., GPS), false
    [all...]
  /external/qemu/android/
console.c     [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 822 Reports GPS satellite information to the Java layer.
    [all...]
  /external/skia/emoji/
gmojiraw.txt     [all...]
  /development/tools/zoneinfo/tzdata2010k/
southamerica     [all...]
  /packages/apps/Settings/res/values-tl/
strings.xml     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf 929 ADJ^N "satellite" :G2P
    [all...]

Completed in 390 milliseconds