OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPS_LOCATION_HAS_ALTITUDE
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
gps.h
88
#define
GPS_LOCATION_HAS_ALTITUDE
0x0002
[
all
...]
/device/generic/goldfish/gps/
gps_qemu.c
371
r->fix.flags |=
GPS_LOCATION_HAS_ALTITUDE
;
516
if (r->fix.flags &
GPS_LOCATION_HAS_ALTITUDE
) {
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp
544
if ((location.gpsLocation.flags &
GPS_LOCATION_HAS_ALTITUDE
) &&
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp
540
if ((location.gpsLocation.flags &
GPS_LOCATION_HAS_ALTITUDE
) &&
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp
713
location.gpsLocation.flags |=
GPS_LOCATION_HAS_ALTITUDE
;
[
all
...]
Completed in 47 milliseconds