HomeSort by relevance Sort by last modified time
    Searched full:systemtime (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp 45 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
46 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD);
48 nsecs_t threadEndTime = systemTime(SYSTEM_TIME_THREAD);
49 nsecs_t wallEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
79 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
80 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD);
82 nsecs_t threadEndTime = systemTime(SYSTEM_TIME_THREAD);
83 nsecs_t wallEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
119 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
120 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD)
    [all...]
gltrace_egl.cpp 48 glmessage.set_start_time(systemTime());
68 glmessage.set_start_time(systemTime());
87 glmessage.set_start_time(systemTime());
  /external/webrtc/src/system_wrappers/source/
trace_win.cc 48 SYSTEMTIME systemTime;
49 GetSystemTime(&systemTime);
70 sprintf (traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.wHour,
71 systemTime.wMinute, systemTime.wSecond,
72 systemTime.wMilliseconds, dwDeltaTime);
90 sprintf (traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.wHour,
91 systemTime.wMinute, systemTime.wSecond
    [all...]
trace_posix.cc 61 const struct tm* systemTime =
89 sprintf(traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime->tm_hour,
90 systemTime->tm_min, systemTime->tm_sec, ms_time,
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aqadmtyp.h 23 SYSTEMTIME stOlderThan;
66 SYSTEMTIME stDate;
100 SYSTEMTIME stNextScheduledConnection;
101 SYSTEMTIME stOldestMessage;
139 SYSTEMTIME stSubmission;
140 SYSTEMTIME stReceived;
141 SYSTEMTIME stExpiry;
msdrm.h 166 SYSTEMTIME *pstTimeFrom,
167 SYSTEMTIME *pstTimeUntil,
178 SYSTEMTIME *pstFrom,
179 SYSTEMTIME *pstUntil,
204 SYSTEMTIME *pstTimeFrom,
205 SYSTEMTIME *pstTimeUntil,
255 SYSTEMTIME *pstFrequency,
275 SYSTEMTIME *pstFrom,
276 SYSTEMTIME *pstUntil
365 SYSTEMTIME *pstFrequency
    [all...]
ntmsapi.h 185 SYSTEMTIME LastCleanedTs;
204 SYSTEMTIME LastCleanedTs;
501 SYSTEMTIME TimeQueued;
502 SYSTEMTIME TimeCompleted;
520 SYSTEMTIME TimeQueued;
521 SYSTEMTIME TimeCompleted;
546 SYSTEMTIME Submitted;
560 SYSTEMTIME Submitted;
620 SYSTEMTIME Created;
621 SYSTEMTIME Modified
    [all...]
  /system/core/libutils/
Log.cpp 27 mStart(systemTime(SYSTEM_TIME_BOOTTIME)) {
31 int durationMillis = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_BOOTTIME) - mStart);
SystemClock.cpp 48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
89 "systemTime",
150 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
155 return systemTime(SYSTEM_TIME_MONOTONIC);
StopWatch.cpp 77 return systemTime(mClock) - mStartTime;
83 mStartTime = systemTime(mClock);
Timers.cpp 27 nsecs_t systemTime(int clock)
42 nsecs_t systemTime(int /*clock*/)
  /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);
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
125 SYSTEMTIME daylightDate;
126 SYSTEMTIME standardDate;
windtfmt.h 34 typedef struct _SYSTEMTIME SYSTEMTIME;
115 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const;
116 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
  /frameworks/base/libs/hwui/
FrameInfo.h 102 set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC);
106 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC);
110 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
114 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC);
  /external/llvm/include/llvm/Support/
Timer.h 29 double SystemTime; // System time elapsed
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {}
40 double getProcessTime() const { return UserTime+SystemTime; }
42 double getSystemTime() const { return SystemTime; }
56 SystemTime += RHS.SystemTime;
62 SystemTime -= RHS.SystemTime;
  /frameworks/base/libs/common_time/
utils.h 40 int msecTillTimeout() { return msecTillTimeout(systemTime()); }
43 // The systemTime() at which the timeout will be complete, or 0 if no
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
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/
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/msm8974/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /hardware/qcom/gps/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 33 int64_t systemTime(int clock)
44 int64_t t_us = systemTime(0);
  /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);
  /external/icu/icu4c/source/test/compat/
tzdate.c 42 int64_t systemtime; local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND);
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp 48 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime;
57 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC);

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 9