HomeSort by relevance Sort by last modified time
    Searched refs:timeReference (Results 1 - 6 of 6) sorted by null

  /hardware/libhardware/include/hardware/
gps.h 403 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 444 jlong time, jlong timeReference, jint uncertainty)
447 sGpsInterface->inject_time(time, timeReference, uncertainty);
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 570 long timeReference = mNtpTime.getCachedNtpTimeReference();
576 + ") reference: " + timeReference
580 native_inject_time(time, timeReference, (int) certainty);
    [all...]
  /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)
515 time_info_ptr->time_utc += (int64_t)(android::elapsedRealtime() - timeReference);
    [all...]
  /development/tools/emulator/system/gps/
gps_qemu.c 865 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)
  /sdk/emulator/gps/
gps_qemu.c 865 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)

Completed in 105 milliseconds