/hardware/libhardware/include/hardware/ |
gps.h | 38 typedef int64_t GpsUtcTime; 425 GpsUtcTime timestamp; 520 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length); 579 int (*inject_time)(GpsUtcTime time, int64_t timeReference, [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/core/ |
LocApiBase.h | 144 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
LocApiBase.cpp | 364 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng.h | 201 GpsUtcTime time, int64_t timeReference,
|
LocEngAdapter.h | 140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
loc.cpp | 66 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty); 538 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
loc_eng.cpp | 363 const GpsUtcTime mTime; 367 GpsUtcTime t, int64_t tf, int unc) : [all...] |
/hardware/qcom/gps/msm8960/core/ |
LocApiBase.h | 127 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
LocApiBase.cpp | 328 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.h | 187 GpsUtcTime time, int64_t timeReference,
|
loc.cpp | 64 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty); 423 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
LocEngAdapter.h | 125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
loc_eng.cpp | 308 const GpsUtcTime mTime; 312 GpsUtcTime t, int64_t tf, int unc) : [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 113 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length) 352 int32_t transition, GpsUtcTime timestamp) [all...] |
/device/generic/goldfish/gps/ |
gps_qemu.c | 879 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 436 LocApiRpc::setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) [all...] |