OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsUtcTime
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
gps.h
36
typedef int64_t
GpsUtcTime
;
249
GpsUtcTime
timestamp;
342
typedef void (* gps_nmea_callback)(
GpsUtcTime
timestamp, const char* nmea, int length);
397
int (*inject_time)(
GpsUtcTime
time, int64_t timeReference,
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp
72
static int loc_eng_inject_time(
GpsUtcTime
time, int64_t timeReference, int uncertainty);
503
static int loc_eng_inject_time (
GpsUtcTime
time, int64_t timeReference, int uncertainty)
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
96
static void nmea_callback(
GpsUtcTime
timestamp, const char* nmea, int length)
/sdk/emulator/gps/
gps_qemu.c
865
qemu_gps_inject_time(
GpsUtcTime
time, int64_t timeReference, int uncertainty)
Completed in 23 milliseconds