/aosp12/hardware/interfaces/gnss/1.0/default/ |
H A D | GnssMeasurement.cpp | 89 .timeNs = clockVal.time_ns, in gnssMeasurementCb() 208 clockVal.full_bias_ns = clockVal.time_ns; in gpsMeasurementCb() 209 clockVal.time_ns = 0; in gpsMeasurementCb() 215 gnssData.clock.timeNs = clockVal.time_ns; in gpsMeasurementCb()
|
/aosp12/system/chre/chpp/common/ |
H A D | gnss_convert.c | 49 out->time_ns = in->time_ns; in chppGnssConvertClockFromChre() 166 out->time_ns = in->time_ns; in chppGnssConvertClockToChre()
|
/aosp12/system/testing/gtest_extras/tests/ |
H A D | SystemTests.cpp | 846 uint64_t time_ns = NanoTime(); in TEST_F() local 849 time_ns = NanoTime() - time_ns; in TEST_F() 851 double seconds = double(time_ns) / 1000000000; in TEST_F() 867 uint64_t time_ns = NanoTime(); in TEST_F() local 879 uint64_t test_ns = NanoTime() - time_ns; in TEST_F() 902 time_ns = NanoTime() - time_ns; in TEST_F() 905 ASSERT_LE(6.0, double(time_ns) / 1000000000) << "Test output:\n" << output; in TEST_F()
|
/aosp12/system/chre/apps/test/common/chre_stress_test/src/ |
H A D | chre_stress_test_manager.cc | 298 event->clock.time_ns, event->clock.hw_clock_discontinuity_count, in handleGnssDataEvent() 302 checkTimestamp(event->clock.time_ns, mPrevGnssMeasurementEventTimestampNs); in handleGnssDataEvent() 306 mPrevGnssMeasurementEventTimestampNs = event->clock.time_ns; in handleGnssDataEvent()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Isolate.cpp | 799 uint64_t time_ns = NanoTime(); in Run() local 801 time_ns = NanoTime() - time_ns; in Run() 803 PrintFooter(time_ns); in Run() 806 WriteXmlResults(time_ns, start_time); in Run()
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | gnss_types.h | 44 int64_t time_ns; member
|
/aosp12/system/chre/pal/tests/src/ |
H A D | gnss_pal_impl_test.cc | 136 EXPECT_GE(event.clock.time_ns, sLastClockTimeNs); in validateMeasurementEvent() 137 sLastClockTimeNs = event.clock.time_ns; in validateMeasurementEvent()
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | gnss.h | 208 int64_t time_ns; member
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | gnss.h | 201 int64_t time_ns; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | gnss.h | 215 int64_t time_ns; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | gnss.h | 216 int64_t time_ns; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | gnss.h | 222 int64_t time_ns; member
|
/aosp12/system/chre/platform/linux/ |
H A D | pal_gnss.cc | 72 event->clock.time_ns = static_cast<int64_t>(gSystemApi->getCurrentTime()); in sendMeasurementEvents()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | gps.h | 1244 int64_t time_ns; member 1295 int64_t time_ns; member
|
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/ |
H A D | loc_gps.h | 1439 int64_t time_ns; member 1490 int64_t time_ns; member
|
/aosp12/hardware/qcom/gps/msm8998/utils/ |
H A D | loc_gps.h | 1435 int64_t time_ns; member 1486 int64_t time_ns; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/ |
H A D | loc_gps.h | 1435 int64_t time_ns; member 1486 int64_t time_ns; member
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | loc_gps.h | 1465 int64_t time_ns; member 1516 int64_t time_ns; member
|
/aosp12/hardware/qcom/sm8150p/gps/utils/ |
H A D | loc_gps.h | 1459 int64_t time_ns; member 1510 int64_t time_ns; member
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | loc_gps.h | 1465 int64_t time_ns; member 1516 int64_t time_ns; member
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/ |
H A D | loc_gps.h | 1439 int64_t time_ns; member 1490 int64_t time_ns; member
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | loc_gps.h | 1459 int64_t time_ns; member 1510 int64_t time_ns; member
|
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | drm.h | 597 __s64 time_ns; member
|
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 1666 mGpsData.clock.time_ns); in locallog()
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 1696 mGnssData.clock.time_ns, in locallog()
|