HomeSort by relevance Sort by last modified time
    Searched refs:systemTime (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_time.h 38 int64_t systemTime(int clock);
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_time.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /system/core/libutils/
Log.cpp 27 mStart(systemTime(SYSTEM_TIME_BOOTTIME)) {
31 int durationMillis = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_BOOTTIME) - mStart);
Timers.cpp 27 nsecs_t systemTime(int clock)
42 nsecs_t systemTime(int /*clock*/)
SystemClock.cpp 47 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
88 "systemTime",
149 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
154 return systemTime(SYSTEM_TIME_MONOTONIC);
StopWatch.cpp 77 return systemTime(mClock) - mStartTime;
83 mStartTime = systemTime(mClock);
  /frameworks/native/opengl/tests/finish/
finish.cpp 91 now = systemTime();
93 t = systemTime();
108 now = systemTime();
111 t = systemTime();
122 now = systemTime();
125 t = systemTime();
136 now = systemTime();
140 t = systemTime();
151 now = systemTime();
155 t = systemTime();
    [all...]
  /frameworks/base/libs/hwui/renderthread/
TimeLord.cpp 37 nsecs_t now = systemTime(CLOCK_MONOTONIC);
  /device/google/dragon/power/
timed_qos_manager.cpp 44 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC);
52 currentTime = systemTime(SYSTEM_TIME_MONOTONIC);
67 nsecs_t targetTime = systemTime() + reltime;
  /frameworks/base/libs/hwui/
FrameInfo.h 106 set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC);
110 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC);
114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
118 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC);
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 136 startWhenNsec = systemTime(CLOCK_MONOTONIC);
145 pixWhenNsec = systemTime(CLOCK_MONOTONIC);
149 endWhenNsec = systemTime(CLOCK_MONOTONIC);
174 startWhenNsec = systemTime(CLOCK_MONOTONIC);
179 endWhenNsec = systemTime(CLOCK_MONOTONIC);
  /system/vold/
Benchmark.cpp 87 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME);
91 nsecs_t create = systemTime(SYSTEM_TIME_BOOTTIME);
100 nsecs_t drop = systemTime(SYSTEM_TIME_BOOTTIME);
104 nsecs_t run = systemTime(SYSTEM_TIME_BOOTTIME);
108 nsecs_t destroy = systemTime(SYSTEM_TIME_BOOTTIME);

Completed in 3042 milliseconds

1 2 3 4 5 6 7 8