Home
last modified time | relevance | path

Searched refs:systemTime (Results 1 – 25 of 60) sorted by relevance

123

/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_time.cpp47 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME))/1000; in platform_lib_abstraction_elapsed_millis_since_boot()
57 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME)); in platform_lib_abstraction_elapsed_micros_since_boot()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_time.cpp47 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME))/1000; in platform_lib_abstraction_elapsed_millis_since_boot()
57 return nanoseconds_to_microseconds(systemTime(SYSTEM_TIME_BOOTTIME)); in platform_lib_abstraction_elapsed_micros_since_boot()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int /*clock*/) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() function
44 int64_t t_us = systemTime(0); in elapsedMillisSinceBoot()
Dplatform_lib_time.h32 int64_t systemTime(int clock);
/hardware/google/interfaces/pixelstats/1.0/default/
DRateLimiter.cpp28 nsecs_at_rollover_ = systemTime(SYSTEM_TIME_BOOTTIME) - s2ns(hours * 60 * 60); in TurnBackHours()
41 int64_t nsecsNow = systemTime(SYSTEM_TIME_BOOTTIME); in RateLimit()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp124 c[0] = systemTime(); in callMe()
126 c[0] = systemTime() - c[0]; in callMe()
137 c[1] = systemTime(); in callMe()
139 c[1] = systemTime() - c[1]; in callMe()
153 c[2] = systemTime(); in callMe()
155 c[2] = systemTime() - c[2]; in callMe()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp100 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()
122 const nsecs_t now = systemTime(CLOCK_MONOTONIC); in threadLoop()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp104 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()
126 const nsecs_t now = systemTime(CLOCK_MONOTONIC); in threadLoop()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/
Dloc_stub_time.h38 int64_t systemTime(int clock);
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp34 int64_t systemTime(int /*clock*/) in systemTime() function
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp34 int64_t systemTime(int clock) in systemTime() function
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp334 nsecs_t start = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
340 nsecs_t firstFrame = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
341 nsecs_t timeToFirstFrame = systemTime(SYSTEM_TIME_MONOTONIC) - start; in TEST_F()
348 nsecs_t end = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()

123