Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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/av/media/eco/tests/
DEcoSessionTest.cpp118 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
134 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
152 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
174 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
190 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
206 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
228 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
242 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
440 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
461 systemTime(SYSTEM_TIME_BOOTTIME)); in TEST_F()
[all …]
/hardware/google/av/media/eco/
DECOUtils.cpp30 ECOData data(dataType, systemTime(SYSTEM_TIME_BOOTTIME)); in toEcoData()
43 ECOData data(dataType, systemTime(SYSTEM_TIME_BOOTTIME)); in toEcoData()
/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/google/interfaces/bluetooth/ccc/aidl/aidl_api/hardware.google.bluetooth.ccc/current/hardware/google/bluetooth/ccc/
DTimestamp.aidl37 long systemTime;
/hardware/google/interfaces/bluetooth/ccc/aidl/hardware/google/bluetooth/ccc/
DTimestamp.aidl27 long systemTime;
/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/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp323 nsecs_t start = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_P()
329 nsecs_t firstFrame = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_P()
330 nsecs_t timeToFirstFrame = systemTime(SYSTEM_TIME_MONOTONIC) - start; in TEST_P()
337 nsecs_t end = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_P()
548 nsecs_t firstFrame = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_P()
552 nsecs_t end = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_P()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp34 int64_t systemTime(int /*clock*/) in systemTime() function

1234