Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssMeasurement.cpp89 .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 Dgnss_convert.c49 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 DSystemTests.cpp846 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 Dchre_stress_test_manager.cc298 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 DIsolate.cpp799 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 Dgnss_types.h44 int64_t time_ns; member
/aosp12/system/chre/pal/tests/src/
H A Dgnss_pal_impl_test.cc136 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 Dgnss.h208 int64_t time_ns; member
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dgnss.h201 int64_t time_ns; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dgnss.h215 int64_t time_ns; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dgnss.h216 int64_t time_ns; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dgnss.h222 int64_t time_ns; member
/aosp12/system/chre/platform/linux/
H A Dpal_gnss.cc72 event->clock.time_ns = static_cast<int64_t>(gSystemApi->getCurrentTime()); in sendMeasurementEvents()
/aosp12/hardware/libhardware/include/hardware/
H A Dgps.h1244 int64_t time_ns; member
1295 int64_t time_ns; member
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h1439 int64_t time_ns; member
1490 int64_t time_ns; member
/aosp12/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h1435 int64_t time_ns; member
1486 int64_t time_ns; member
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A Dloc_gps.h1435 int64_t time_ns; member
1486 int64_t time_ns; member
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_gps.h1465 int64_t time_ns; member
1516 int64_t time_ns; member
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dloc_gps.h1459 int64_t time_ns; member
1510 int64_t time_ns; member
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_gps.h1465 int64_t time_ns; member
1516 int64_t time_ns; member
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A Dloc_gps.h1439 int64_t time_ns; member
1490 int64_t time_ns; member
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dloc_gps.h1459 int64_t time_ns; member
1510 int64_t time_ns; member
/aosp12/bionic/libc/kernel/uapi/drm/
H A Ddrm.h597 __s64 time_ns; member
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1666 mGpsData.clock.time_ns); in locallog()
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1696 mGnssData.clock.time_ns, in locallog()

12