Searched defs:timeReference (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.h125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) argument
127 return mLocApi->setTime(time, timeReference, uncertainty);
H A Dloc.cpp64 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) argument
429 timeReference, uncertainty);
H A Dloc_eng.cpp322 LOC_LOGV("time: %lld\n timeReference: %lld\n uncertainty: %d",
1758 int64_t timeReference, int uncertainty)
1764 adapter->sendMsg(new LocEngSetTime(adapter, time, timeReference,
1757 loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, int64_t timeReference, int uncertainty) argument
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp436 LocApiRpc::setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) argument
447 time_info_ptr->time_utc += (int64_t)(ELAPSED_MILLIS_SINCE_BOOT_PLATFORM_LIB_ABSTRACTION - timeReference);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.h140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) argument
142 return mLocApi->setTime(time, timeReference, uncertainty);
H A Dloc.cpp66 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
547 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) argument
553 timeReference, uncertainty);
H A Dloc_eng.cpp377 LOC_LOGV("time: %lld\n timeReference: %lld\n uncertainty: %d",
2042 int64_t timeReference, int uncertainty)
2048 adapter->sendMsg(new LocEngSetTime(adapter, time, timeReference,
2041 loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, int64_t timeReference, int uncertainty) argument

Completed in 205 milliseconds